Skip to content

Commit

Permalink
Add debug config for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
cassis163 committed Oct 13, 2023
1 parent 7150c53 commit c249060
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/src"
}
]
}

0 comments on commit c249060

Please sign in to comment.