Skip to content

debug: duplicate notifications about missing dlv-dap when debug test codelens is used #1426

@hyangah

Description

@hyangah

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.
Screen Shot 2021-04-15 at 11 59 17 AM

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.

Metadata

Metadata

Assignees

Labels

DebugIssues related to the debugging functionality of the extension.FrozenDueToAge

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions