fix code-cli.bat

fixes #119064
This commit is contained in:
Joao Moreno 2021-03-24 15:40:31 +01:00
parent aeedd850ac
commit da1ed96b6a

View file

@ -3,7 +3,7 @@ setlocal
title VSCode Dev
pushd %~dp0\..
pushd %~dp0..
:: Get electron, compile, built-in extensions
if "%VSCODE_SKIP_PRELAUNCH%"=="" node build/lib/preLaunch.js
@ -24,7 +24,7 @@ set ELECTRON_ENABLE_LOGGING=1
set ELECTRON_ENABLE_STACK_DUMPING=1
:: Launch Code
%CODE% --inspect=5874 out\cli.js . %*
%CODE% --inspect=5874 out\cli.js %~dp0.. %*
goto end
:builtin