fix main proc launch config for windows

This commit is contained in:
SteVen Batten 2019-06-07 21:51:50 -07:00
parent c802a84ccd
commit 81d7885dc2

5
.vscode/launch.json vendored
View file

@ -148,6 +148,9 @@
"request": "launch",
"name": "Launch VS Code (Main Process)",
"runtimeExecutable": "${workspaceFolder}/scripts/code.sh",
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat",
},
"runtimeArgs": [
"--no-cached-data"
],
@ -276,4 +279,4 @@
]
},
]
}
}