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
src/goBuild: remove misleading error message in modules mode
As a workaround for microsoft/vscode-go#846
the build process tried to infer the import path. That does not
apply in modules mode. The workaround is unnecessary and the error message
is misleading. Do not print the error message if we are in modules mode.
Change-Id: I9c081d774814d6ced5f49bad5af7dd8635e56984
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/254359
Reviewed-by: Suzy Mueller <[email protected]>
0 commit comments