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 5de9cbe commit e325405Copy full SHA for e325405
gopls/internal/test/integration/diagnostics/diagnostics_test.go
@@ -557,7 +557,7 @@ func f() {
557
// AdHoc views are not critical errors, but their missing import
558
// diagnostics should specifically mention GOROOT or GOPATH (and not
559
// modules).
560
- NoOutstandingWork(nil),
+ NoOutstandingWork(IgnoreTelemetryPromptWork),
561
Diagnostics(
562
env.AtRegexp("a.go", `"mod.com`),
563
WithMessage("GOROOT or GOPATH"),
0 commit comments