Skip to content

Commit

Permalink
ignore settings sync for window.experimental.useSandbox (#154773)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Jul 11, 2022
1 parent e9fc1fb commit c31f2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/workbench/electron-sandbox/desktop.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ import { ModifierKeyEmitter } from 'vs/base/browser/dom';
'window.experimental.useSandbox': {
type: 'boolean',
description: localize('experimentalUseSandbox', "Experimental: When enabled, the window will have sandbox mode enabled via Electron API."),
default: false
default: false,
ignoreSync: true
},
}
});
Expand Down

0 comments on commit c31f2d0

Please sign in to comment.