From 773070a23a448bcd359416097771755e94e3edb5 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 25 Jan 2017 14:29:57 +0100 Subject: [PATCH] fixes #19354 --- src/vs/workbench/electron-browser/main.contribution.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index 326a6d9ec00..d57665e2b12 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).` ) }, -- GitLab