mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-19 22:28:35 +08:00
Add VSCODE_DEV=1
This commit is contained in:
parent
75a99c5892
commit
434e653295
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user