mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-02 05:35:30 +01:00
Shell integration CLI progress
This commit is contained in:
@@ -6,7 +6,7 @@ title VSCode Dev
|
||||
pushd %~dp0..
|
||||
|
||||
:: Get electron, compile, built-in extensions
|
||||
if "%VSCODE_SKIP_PRELAUNCH%"=="" node build/lib/preLaunch.js
|
||||
@REM if "%VSCODE_SKIP_PRELAUNCH%"=="" node build/lib/preLaunch.js
|
||||
|
||||
for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a
|
||||
set NAMESHORT=%NAMESHORT: "=%
|
||||
@@ -24,7 +24,7 @@ set ELECTRON_ENABLE_LOGGING=1
|
||||
set ELECTRON_ENABLE_STACK_DUMPING=1
|
||||
|
||||
:: Launch Code
|
||||
%CODE% --inspect=5874 out\cli.js --ms-enable-electron-run-as-node %~dp0.. %*
|
||||
%CODE% out\cli.js --ms-enable-electron-run-as-node %~dp0.. %*
|
||||
goto end
|
||||
|
||||
:builtin
|
||||
|
||||
Reference in New Issue
Block a user