diff --git a/scripts/test.sh b/scripts/test.sh index 075191d5b114a7e557590c540d99a4f49725f83f..5e410f2c2bfa7057b2dfb14f7a0f3e915332ae3d 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -28,6 +28,7 @@ test -f "$CODE" || ./node_modules/.bin/gulp electron test -d out || ./node_modules/.bin/gulp compile # Unit Tests +export VSCODE_DEV=1 if [[ "$OSTYPE" == "darwin"* ]]; then cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \ "$CODE" \