From 434e653295189ef3391c19cf3a1f30c624bcf575 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Fri, 19 Aug 2016 08:19:32 -0700 Subject: [PATCH] Add VSCODE_DEV=1 --- scripts/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test.sh b/scripts/test.sh index 075191d5b11..5e410f2c2bf 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" \