Skip to content

Commit c31f2d0

Browse files
authored
ignore settings sync for window.experimental.useSandbox (microsoft#154773)
1 parent e9fc1fb commit c31f2d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/workbench/electron-sandbox/desktop.contribution.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ import { ModifierKeyEmitter } from 'vs/base/browser/dom';
241241
'window.experimental.useSandbox': {
242242
type: 'boolean',
243243
description: localize('experimentalUseSandbox', "Experimental: When enabled, the window will have sandbox mode enabled via Electron API."),
244-
default: false
244+
default: false,
245+
ignoreSync: true
245246
},
246247
}
247248
});

0 commit comments

Comments
 (0)