We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a99c5 commit 434e653Copy full SHA for 434e653
1 file changed
scripts/test.sh
@@ -28,6 +28,7 @@ test -f "$CODE" || ./node_modules/.bin/gulp electron
28
test -d out || ./node_modules/.bin/gulp compile
29
30
# Unit Tests
31
+export VSCODE_DEV=1
32
if [[ "$OSTYPE" == "darwin"* ]]; then
33
cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
34
"$CODE" \
0 commit comments