Can Visual Studio Code be configured to launch electron

前端 未结 5 1575
死守一世寂寞
死守一世寂寞 2020-12-23 23:26

Since Visual Studio Code was created using Electron, I\'m guessing that launch.json might be configured to properly launch an app using Electron. But I\'ve not figured out

5条回答
  •  有刺的猬
    2020-12-23 23:46

    On OSX the path to electron is

    "runtimeExecutable": "${workspaceRoot}/node_modules/electron-prebuilt/dist/Electron.app/Contents/MacOS/Electron",
    

提交回复
热议问题