Skip to content

Commit 72d182b

Browse files
committed
`dap-go': outdated warning: include fix
1 parent 4b11121 commit 72d182b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dap-go.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
(new (f-join dap-go-debug-path "extension/dist/debugAdapter.js")))
4242
(if (f-exists? old)
4343
(progn
44-
(lsp--warn "Go debug adapter is outdated; some features will not work properly")
44+
(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'")
4546
old)
4647
new)))
4748
"The path to the go debugger."

0 commit comments

Comments
 (0)