mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 12:10:22 -05:00
10 lines
177 B
Batchfile
10 lines
177 B
Batchfile
setlocal
|
|
|
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
|
set ELECTRON_NO_ATTACH_CONSOLE=1
|
|
|
|
pushd %~dp0\..
|
|
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
|
|
popd
|
|
|
|
endlocal |