mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-01 06:06:04 +00:00
always launch code with --no-sandbox
This commit is contained in:
@@ -50,7 +50,7 @@ function code() {
|
||||
export VSCODE_LOGS=
|
||||
|
||||
# Launch Code
|
||||
exec "$CODE" . "$@"
|
||||
exec "$CODE" . --no-sandbox "$@"
|
||||
}
|
||||
|
||||
function code-wsl()
|
||||
|
||||
Reference in New Issue
Block a user