mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): debug current go test now works in non-root module packages
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
|
||||
(use-package dap-go
|
||||
:straight dap-mode
|
||||
:after (go-mode gotest)
|
||||
:after (go-mode)
|
||||
:bind (:map dap-mode-map
|
||||
("C-c , d" . siren-dap-go-debug-current-test))
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
:request "launch"
|
||||
:name (concat "Go: Debug " name " test")
|
||||
:mode "auto"
|
||||
:program "${workspaceFolder}"
|
||||
:program "${fileDirname}"
|
||||
:buildFlags nil
|
||||
:args (concat "-test.run ^" name "$")
|
||||
:env nil
|
||||
|
||||
Reference in New Issue
Block a user