diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index efbd0934a1207e9be8a3d2d8c87756114cc2a30a..535f16ff54f64de6e20cb8da7d89a0b525ce58da 100644 --- a/src/vs/workbench/electron-browser/main.contribution.ts +++ b/src/vs/workbench/electron-browser/main.contribution.ts @@ -261,8 +261,8 @@ if (isMacintosh) { 'enum': ['default', 'antialiased', 'none'], 'default': 'default', 'description': - nls.localize('fontAliasing', - `Controls font aliasing method in the workbench. + nls.localize('fontAliasing', + `Controls font aliasing method in the workbench. - default: Sub-pixel font smoothing. On most non-retina displays this will give the sharpest text - antialiased: Smooth the font on the level of the pixel, as opposed to the subpixel. Can make the font appear lighter overall - none: Disables font smoothing. Text will show with jagged sharp edges`), @@ -302,13 +302,13 @@ let properties: { [path: string]: IJSONSchema; } = { ], 'default': 'off', 'description': - nls.localize('openFilesInNewWindow', - `Controls if files should open in a new window. + nls.localize('openFilesInNewWindow', + `Controls if files should open in a new window. - default: files will open in the window with the files' folder open or the last active window unless opened via the dock or from finder (macOS only) - on: files will open in a new window - off: files will open in the window with the files' folder open or 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).` - ) + ) }, 'window.openFoldersInNewWindow': { 'type': 'string',