Add a setting to enable sandbox: true for windows (#154062)

* sandbox - allow enabled sandbox in a full build

* sandbox - reduce `electron-browser` in workbench

* sandbox - reduce `electron-browser` in platform

* sandbox - add a setting to enable sandbox mode for window

* fix lint

* Revert "sandbox - reduce `electron-browser` in workbench"

This reverts commit 36a5167cf9.

* Revert "sandbox - reduce `electron-browser` in platform"

This reverts commit 6f49d704a5.

* fix layer issue

* fix some js errors
This commit is contained in:
Benjamin Pasero
2022-07-05 09:54:28 +02:00
committed by GitHub
parent 7b69a3c4e1
commit f4f1b04d87
25 changed files with 227 additions and 559 deletions

View File

@@ -72,6 +72,11 @@ const RULES = [
target: '**/vs/**/test/**',
skip: true // -> skip all test files
},
// TODO@bpasero remove me once electron utility process has landed
{
target: '**/vs/workbench/services/extensions/electron-sandbox/nativeLocalProcessExtensionHost.ts',
skip: true
},
// Common: vs/base/common/platform.ts
{
target: '**/vs/base/common/platform.ts',