All development of the launcher should be done using Visual Studio Code.Paste the following into .vscode/launch.json{ "version": "0.2.0", "configurations": [ { "name": "Debug Main Process", "type": "node", "request": "launch", "cwd": "${workspaceFolder}", "program": "${...
All development of the launcher should be done using Visual Studio Code. Paste the following into .vscode/launch.json { "version": "0.2.0", "configurations": [ { "name": "Debug Main Process", "type": "node", "request": "launch", "cwd": "${workspaceFolder}", "program": "${works...