You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'workbench.startupEditor.none'},"Start without an editor."),
311
311
localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'workbench.startupEditor.welcomePage'},"Open the Welcome page, with content to aid in getting started with VS Code and extensions."),
312
312
localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'workbench.startupEditor.readme'},"Open the README when opening a folder that contains one, fallback to 'welcomePage' otherwise. Note: This is only observed as a global configuration, it will be ignored if set in a workspace or folder configuration."),
313
313
localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'workbench.startupEditor.newUntitledFile'},"Open a new untitled text file (only applies when opening an empty window)."),
314
314
localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'workbench.startupEditor.welcomePageInEmptyWorkbench'},"Open the Welcome page when opening an empty workbench."),
315
+
localize({comment: ['This is the description for a setting. Values surrounded by single quotes are not to be translated.'],key: 'workbench.startupEditor.terminal'},"Open a new terminal in the editor area."),
315
316
],
316
317
'default': 'welcomePage',
317
318
'description': localize('workbench.startupEditor',"Controls which editor is shown at startup, if none are restored from the previous session.")
0 commit comments