Skip to content

Commit 2e3bbc2

Browse files
committed
always launch code with --no-sandbox
1 parent b098a1c commit 2e3bbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function code() {
5050
export VSCODE_LOGS=
5151

5252
# Launch Code
53-
exec "$CODE" . "$@"
53+
exec "$CODE" . --no-sandbox "$@"
5454
}
5555

5656
function code-wsl()

0 commit comments

Comments
 (0)