golang / vscode-go

Go extension for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=golang.Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Govulncheck integration test is broken with gopls v0.16.0

hyangah opened this issue · comments

The vscode integration test had been used "Share feedback at https://go.dev/s/govulncheck-feedback." as the signal for the end of govulncheck text output display. gopls v0.16.0 uses x/vuln v1.0.4 and it looks like x/vuln doesn't spit out the info any more.
Stop depending on it.

Easiest is to pick different patterns, but that's still hacky and can break any time.
Better approach is to check the progress report end message.