Skip to content

Commit

Permalink
Add osx + linux launch configs to debug vscode from vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 3, 2016
1 parent e87f1d9 commit 6dff3f6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit 6dff3f6

Please sign in to comment.