mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Add VSCODE_DEV=1
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user