You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/electron-sandbox/desktop.contribution.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -345,6 +345,10 @@ import { applicationConfigurationNodeBase } from 'vs/workbench/common/configurat
345
345
'log-level': {
346
346
type: ['string','array'],
347
347
description: localize('argv.logLevel',"Log level to use. Default is 'info'. Allowed values are 'error', 'warn', 'info', 'debug', 'trace', 'off'.")
348
+
},
349
+
'disable-chromium-sandbox': {
350
+
type: 'boolean',
351
+
description: localize('argv.disableChromiumSandbox',"Disables the Chromium sandbox. This is useful when running VS Code as elevated on Linux and running under Applocker on Windows.")
0 commit comments