Commit Graph

75 Commits (abd282564a31c5dec14e2038ebf04fdac9ea3278)

Author SHA1 Message Date
ray-x 22fe0379de check dap module before disconnect dap 2 years ago
ray-x 0d5f1c9f31 add health.lua 2 years ago
ray-x 2869c5b8fc Add support for vscode launch.json. Allow launch debugger from config in .vscode/launch.json 2 years ago
ray-x ff9a34bffb issue #71 session and restart for the debugger 2 years ago
ray-x ca1d46b4ab prevent re-launch dap 2 years ago
ray-x 264efc57c1 issue #65 failed to run coverage tests. Notify updates. 3 years ago
Craig Rodrigues 483b56f4a2
Replace print() with vim.notify() (#64) 3 years ago
ray-x db819954d3 Add GoCodeAction, GUI with guihua.lua and vim.ui.select() 3 years ago
ray-x 124d2e269c dap_debug_keymap missing issue #57 3 years ago
ray-x 3329238deb code action with telescope, dap debug restart 3 years ago
ray-x 4611c34548 updates for dapui 3 years ago
ray-x 1b11f52b08 updates for dap.ui 3 years ago
Vincent Xiao 21017717c1
Support multiple files on GoDebug (#44)
Running `GoDebug` on `main()` will fail if there are multiple files in `package main` since the other files won't be compiled along with the target file.
3 years ago
ray-x 0dc7b57f6f windows path issue #40 3 years ago
ray-x 39a66c3534 dap sign #35 3 years ago
Aleš Brelih d9f44a9320
feat: default build tags (#38)
* feat: default build tags

Added option to specify default build tags for test and debugger.

* Update dap.lua

check   if _GO_NVIM_CFG.build_tags ~= "" then

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
3 years ago
ray-x 200dcd22e4 Allow test nearest function 3 years ago
ray-x 2cf2a1b36c Dap debug: change workspaceFolder to relativeFileDirname 3 years ago
schwartx 7de6a600f2
using dlv no output fix (#25) 3 years ago
Ryder ab0b8c5b2c
fix: deprecated dap.stop (#22) 3 years ago
ray-x 9df90c86d5 ignore error messages when unmap keybind for DAP 3 years ago
ray-x b499269a9d Fix: unmap key, command 3 years ago
ray-x a65af41408 [Breaking] Rename commands(GoFillStruct GoFillSwitch, Goiferr) 3 years ago
ray-x 8bbabcbbbb verify both `GoDebug test` and `GoDebug` 3 years ago
ray-x de17b1154f add dap.lua for keybind and default setup 3 years ago