diff --git a/resources/win32/bin/code.cmd b/resources/win32/bin/code.cmd index 7e7b92c9eb71e..320de00ec5924 100644 --- a/resources/win32/bin/code.cmd +++ b/resources/win32/bin/code.cmd @@ -2,6 +2,6 @@ setlocal set VSCODE_DEV= set ELECTRON_RUN_AS_NODE=1 -"%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %* +START /B "" "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %* IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL% endlocal