mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 02:06:38 +01:00
23db8835f5
# Conflicts: # src/vs/languages/html/common/htmlTags.ts
8 lines
132 B
Batchfile
8 lines
132 B
Batchfile
@echo off
|
|
|
|
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
|
|
|
|
pushd %~dp0\..
|
|
.\.build\electron\Code.exe .\node_modules\mocha\bin\_mocha %*
|
|
popd
|