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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
This appears in square brackets in front of the "problem" in the problems view. It should be set to go for diagnostics generated from building go code (go build). And maybe the name of the linter for linters.
* Split up the DiagnosticCollections per tool type
Also set setting diagnostic.source
Fixes#2100, fixes#2101
* Simplify handleDiagnosticErrors a bit
* Also dedupe build & lint warnings together
* Clear all diagnostics in runBuilds
* Small refactorings
* Revert test.only
This appears in square brackets in front of the "problem" in the problems view. It should be set to
go
for diagnostics generated from building go code (go build
). And maybe the name of the linter for linters.See also: #2100
The text was updated successfully, but these errors were encountered: