Skip to content

Instantly share code, notes, and snippets.

@zeroxia
Created July 22, 2023 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeroxia/6d30e076005f71e0f83e1956b8d47719 to your computer and use it in GitHub Desktop.
Save zeroxia/6d30e076005f71e0f83e1956b8d47719 to your computer and use it in GitHub Desktop.
Modify code.cmd to not leaving a black console cmd window.
@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