提交 6dff3f61 编写于 作者: R Rob Lourens

Add osx + linux launch configs to debug vscode from vscode

上级 e87f1d91
......@@ -73,7 +73,15 @@
"name": "Launch VSCode",
"type": "chrome",
"request": "launch",
"runtimeExecutable": "${workspaceRoot}/scripts/code.bat",
"windows": {
"runtimeExecutable": "${workspaceRoot}/scripts/code.bat"
},
"osx": {
"runtimeExecutable": "${workspaceRoot}/scripts/code.sh"
},
"linux": {
"runtimeExecutable": "${workspaceRoot}/scripts/code.sh"
},
"sourceMaps": true
},
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册