We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563d9a2 commit 6a871b7Copy full SHA for 6a871b7
src/session.ts
@@ -195,8 +195,7 @@ export class SessionManager implements Middleware {
195
if (this.sessionSettings.integratedConsole.suppressStartupBanner) {
196
this.editorServicesArgs += "-StartupBanner '' ";
197
} else {
198
- const startupBanner = `
199
- =====> ${this.HostName} Integrated Console v${this.HostVersion} <=====
+ const startupBanner = `=====> ${this.HostName} Integrated Console v${this.HostVersion} <=====
200
`;
201
this.editorServicesArgs += `-StartupBanner "${startupBanner}" `;
202
}
0 commit comments