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.
Agreed. We can have commands to run lint/vet/build. One thing to think about is whether these will act on current file/ current package or the whole workspace. Do we have 3 separate lint commands for the 3 scenarios? Or 1 lint command and a setting to control the scope? Or re-use the scope from buildOnSave/lintOnSave settings.
Other than that this is a very simple feature to implement. PRs welcome
I am sure there was another issue for this, if anyone finds it, please link it here
This feature is now out in the latest update to the Go extension (0.6.69)
The commands Go: Lint Current Package , Go: Lint Workspace, Go: Vet Current Package , Go: Vet Workspace are now available.
Thanks @ndrewnee!
Great plugin, but calling lint and vet tools manualy sometimes needed to avoid freezings on save with autolint/autovet enabled.
The text was updated successfully, but these errors were encountered: