We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ab313 commit f09572cCopy full SHA for f09572c
src/session.ts
@@ -196,7 +196,7 @@ export class SessionManager implements Middleware {
196
} else {
197
const startupBanner = `=====> ${this.HostName} Integrated Console v${this.HostVersion} <=====
198
`;
199
- this.editorServicesArgs += `-StartupBanner "${startupBanner}" `;
+ this.editorServicesArgs += `-StartupBanner '${startupBanner}' `;
200
}
201
202
if (this.sessionSettings.developer.editorServicesWaitForDebugger) {
0 commit comments