提交 487e81ef 编写于 作者: J João Moreno

add main process launch config back

上级 0e490571
...@@ -229,6 +229,25 @@ ...@@ -229,6 +229,25 @@
"order": 2 "order": 2
} }
}, },
{
"type": "node",
"request": "launch",
"name": "Main Process",
"runtimeExecutable": "${workspaceFolder}/scripts/code.sh",
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat",
},
"runtimeArgs": [
"--no-cached-data"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"presentation": {
"group": "1_vscode",
"order": 1
}
},
{ {
"type": "chrome", "type": "chrome",
"request": "launch", "request": "launch",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册