Skip to content

Commit

Permalink
Dropping the debugger into TUI is kinda useless
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Feb 13, 2024
1 parent c9cb848 commit 3fe2989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"request": "launch",
"program": "${workspaceFolder}/main.go",
"buildFlags": "-ldflags=-X=github.com/stateful/runme/internal/version.BuildVersion=99.9.9",
"args": [
"list",
]
},
{
"name": "Debug server",
Expand Down

0 comments on commit 3fe2989

Please sign in to comment.