chore: add .vscode/launch.json for debugging configuration
Description
- chore: add .vscode/launch.json for debugging configuration
This change set adds a "somewhat" (?) opinionated debugger (dap)
configuration for the project in .vscode/launch.json
. This not only
works for VSCode, but also other editors like neovim with nvim-dap
(and nvim-dap-go
). Probably other editors support it, too.
I'm using nvim so this is kinda opinionated (although, I'm not actually using this config but a similar one in Lua to cache the inputs etc) - anyways, I'd love to learn what you all are using to debug glab and if you would benefit from this.
Related Issues
Resolves #[issue_number]
How has this been tested?
Screenshots (if appropriate):
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Breaking change (fix or feature that would cause existing functionality to change) -
Documentation -
Chore (Related to CI or Packaging to platforms) -
Test gap
Edited by Timo Furrer