提交 aede874d 编写于 作者: B Benjamin Pasero

fix formatting

上级 bb12d8de
...@@ -261,8 +261,8 @@ if (isMacintosh) { ...@@ -261,8 +261,8 @@ if (isMacintosh) {
'enum': ['default', 'antialiased', 'none'], 'enum': ['default', 'antialiased', 'none'],
'default': 'default', 'default': 'default',
'description': 'description':
nls.localize('fontAliasing', nls.localize('fontAliasing',
`Controls font aliasing method in the workbench. `Controls font aliasing method in the workbench.
- default: Sub-pixel font smoothing. On most non-retina displays this will give the sharpest text - 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 - 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`), - none: Disables font smoothing. Text will show with jagged sharp edges`),
...@@ -302,13 +302,13 @@ let properties: { [path: string]: IJSONSchema; } = { ...@@ -302,13 +302,13 @@ let properties: { [path: string]: IJSONSchema; } = {
], ],
'default': 'off', 'default': 'off',
'description': 'description':
nls.localize('openFilesInNewWindow', nls.localize('openFilesInNewWindow',
`Controls if files should open in a new window. `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) - 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 - 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 - 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).` 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': { 'window.openFoldersInNewWindow': {
'type': 'string', 'type': 'string',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册