settings - scope some more to application

This commit is contained in:
Benjamin Pasero 2019-04-23 12:14:29 +02:00
parent e32174d8c6
commit 84a3465549

View file

@ -636,6 +636,7 @@ import { LogStorageAction } from 'vs/platform/storage/node/storageService';
'type': 'boolean',
'default': true,
'description': nls.localize('autoDetectHighContrast', "If enabled, will automatically change to high contrast theme if Windows is using a high contrast theme, and to dark theme when switching away from a Windows high contrast theme."),
'scope': ConfigurationScope.APPLICATION,
'included': isWindows
},
'window.doubleClickIconToClose': {
@ -662,6 +663,7 @@ import { LogStorageAction } from 'vs/platform/storage/node/storageService';
'type': 'boolean',
'default': true,
'description': nls.localize('window.nativeFullScreen', "Controls if native full-screen should be used on macOS. Disable this option to prevent macOS from creating a new space when going full-screen."),
'scope': ConfigurationScope.APPLICATION,
'included': isMacintosh
},
'window.clickThroughInactive': {