Skip to content

Commit

Permalink
- launch
Browse files Browse the repository at this point in the history
  • Loading branch information
KinNeko-De committed Feb 11, 2024
1 parent 21972cc commit 5bec92d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "humanfriendly-id",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/humanfriendly-id/main.go",
"showLog": true,
"console": "integratedTerminal",
}
]
}

0 comments on commit 5bec92d

Please sign in to comment.