We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d768aa commit e32f855Copy full SHA for e32f855
scripts/test.sh
@@ -35,6 +35,6 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
35
else
36
cd $ROOT ; \
37
ELECTRON_ENABLE_LOGGING=1 \
38
- "$CODE" \
+ "$CODE" --no-sandbox \
39
test/unit/electron/index.js --crash-reporter-directory=$VSCODECRASHDIR "$@"
40
fi
0 commit comments