mirror of https://github.com/jlelse/GoBlog
2 changed files with 24 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
{ |
||||
"version": "0.2.0", |
||||
"configurations": [ |
||||
{ |
||||
"name": "Launch Executable", |
||||
"type": "go", |
||||
"request": "launch", |
||||
"mode": "exec", |
||||
"program": "${workspaceRoot}/GoBlog", |
||||
"cwd": "${workspaceRoot}", |
||||
"preLaunchTask": "Build" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue