diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index 326a6d9ec0031a6bda55152a5a62a1076d86c500..d57665e2b127a9a21df696cf3eb06a93dcf69ba3 100644 --- a/src/vs/workbench/electron-browser/main.contribution.ts +++ b/src/vs/workbench/electron-browser/main.contribution.ts @@ -196,10 +196,10 @@ Note that there can still be cases where this setting is ignored (e.g. when usin 'enum': ['on', 'off', 'default'], 'default': 'default', 'description': nls.localize('openFoldersInNewWindow', - `Controls if folders should open in a new window or the last active window. + `Controls if folders should open in a new window or replace the last active window. - default: folders will open in a new window unless a folder is picked from within the application (e.g. via the File menu) - on: folders will open in a new window -- off: folders will open in the last active window +- off: folders will replace the last active window Note that there can still be cases where this setting is ignored (e.g. when using the -new-window or -reuse-window command line option).` ) },