We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b11121 commit 72d182bCopy full SHA for 72d182b
dap-go.el
@@ -41,7 +41,8 @@
41
(new (f-join dap-go-debug-path "extension/dist/debugAdapter.js")))
42
(if (f-exists? old)
43
(progn
44
- (lsp--warn "Go debug adapter is outdated; some features will not work properly")
+ (lsp--warn "Go debug adapter is outdated; some features will not work properly (map debugging).\n\
45
+Update `dap-go' using `C-u M-x dap-go-setup'")
46
old)
47
new)))
48
"The path to the go debugger."
0 commit comments