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.
I'm using vscode version 1.16.1 with the Go plugin on version 0.6.65. Recently (first time I noticed it was yesterday when I updated vscode but it might not be related) some build errors are reported multiple times.
@ramya-rao-a suspects it's related to go.buildOnSave being set as workspace. My workspace has a couple of packages that import a base package, if a build error happens on the base package each subpackage reports the same error. If I have an error is on one of the subpackages instead of the base package it gets reported only once.
I'm using vscode version 1.16.1 with the Go plugin on version 0.6.65. Recently (first time I noticed it was yesterday when I updated vscode but it might not be related) some build errors are reported multiple times.
@ramya-rao-a suspects it's related to
go.buildOnSave
being set asworkspace
. My workspace has a couple of packages that import a base package, if a build error happens on the base package each subpackage reports the same error. If I have an error is on one of the subpackages instead of the base package it gets reported only once.These are my settings:
The problems tab looks like this (I just wrote some gibberish on a random file to get a build error):
And these are the contents of the output tab:
Let me know if there's anything else I can add to this.
The text was updated successfully, but these errors were encountered: