Created
July 22, 2023 06:41
-
-
Save zeroxia/6d30e076005f71e0f83e1956b8d47719 to your computer and use it in GitHub Desktop.
Modify code.cmd to not leaving a black console cmd window.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal | |
set VSCODE_DEV= | |
set ELECTRON_RUN_AS_NODE=1 | |
"%~dp0..\Code.exe" "%~dp0..\resources\app\out\cli.js" --ms-enable-electron-run-as-node %* | |
endlocal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment