Skip to content

Commit

Permalink
.vscode/launch.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkCaster committed May 16, 2024
1 parent 51ebb34 commit fb6ac96
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,24 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": ["annotate"],
},
{
"name": "Launch Package: implement",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": ["implement"],
},
{
"name": "Launch Package: stash",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": ["stash"],
}

]
}

0 comments on commit fb6ac96

Please sign in to comment.