Skip to content

Commit 434e653

Browse files
committed
Add VSCODE_DEV=1
1 parent 75a99c5 commit 434e653

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ test -f "$CODE" || ./node_modules/.bin/gulp electron
2828
test -d out || ./node_modules/.bin/gulp compile
2929

3030
# Unit Tests
31+
export VSCODE_DEV=1
3132
if [[ "$OSTYPE" == "darwin"* ]]; then
3233
cd $ROOT ; ulimit -n 4096 ; ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 \
3334
"$CODE" \

0 commit comments

Comments
 (0)