mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 16:24:45 +01:00
Remove --no-sandbox (#122909)
* linux - remove `--no-sandbox` flag We should not disable sandbox on Linux. We only added this to support running on Kernel <= 3.8 where setuid sandbox is used. * fix ci * add some docs
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ function code() {
|
||||
export ELECTRON_ENABLE_LOGGING=1
|
||||
|
||||
# Launch Code
|
||||
exec "$CODE" . --no-sandbox "$@"
|
||||
exec "$CODE" . "$@"
|
||||
}
|
||||
|
||||
function code-wsl()
|
||||
|
||||
Reference in New Issue
Block a user