File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -220,9 +220,13 @@ export class SessionManager implements Middleware {
220
220
if ( this . sessionSettings . integratedConsole . suppressStartupBanner ) {
221
221
this . editorServicesArgs += "-StartupBanner '' " ;
222
222
} else {
223
- const startupBanner = `=====> ${ this . HostName } Extension v${ this . HostVersion } <=====
223
+ const startupBanner = `${ this . HostName } Extension v${ this . HostVersion }
224
+ Copyright (c) Microsoft Corporation.
225
+
226
+ https://aka.ms/vscode-powershell
227
+ Type 'help' to get help.
224
228
` ;
225
- this . editorServicesArgs += `-StartupBanner ' ${ startupBanner } ' ` ;
229
+ this . editorServicesArgs += `-StartupBanner " ${ startupBanner } " ` ;
226
230
}
227
231
228
232
if ( this . sessionSettings . developer . editorServicesWaitForDebugger ) {
You can’t perform that action at this time.
0 commit comments