Windows: Running code in a console after code.bat was run causes issues (fixes #1438)

This commit is contained in:
Benjamin Pasero
2015-12-18 09:21:19 +01:00
parent 85258cc2d1
commit 1831ca39f2
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
@echo off
setlocal
set VSCODE_DEV=
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
"%~dp0..\\Code.exe" "%~dp0code.js" %*
endlocal