Skip to content

Commit

Permalink
test: add vscode debug config file
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Jul 12, 2017
1 parent 19ae449 commit 91ea301
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
"name": "Launch",
"program": "${workspaceRoot}/bin/main",
"args": [],
"cwd": "${workspaceRoot}"
}
]
}

0 comments on commit 91ea301

Please sign in to comment.