You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version: v0.24.1-rc.3
no dlv-dap installed
How to repro:
make sure dlv-dap isn't installed in the system.
enable dlv-dap from settings.json,
"go.delveConfig": {
"debugAdapter": "dlv-dap",
}
click any 'debug test' codelens from a test go file.
What I expected to see:
Extension suggesting dlv-dap installation.
What I saw instead:
Extension triggered duplicate notification popups with no clear tool installation instruction.
In DEBUG CONSOLE, I saw error message like "Couldn't find dlv-dap at the Go tools path, /Users/hakim/go, /Users/hakim/go or ..." followed by the same "connect to server error:..." error messages.