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
This results in an undefined linting scope. No matter what configuration option in settings.json for go.lintOnSave has been selected, it therefore will always fall back to the package scope.
The regression occurs since version 0.24.0.
The text was updated successfully, but these errors were encountered:
In 0058bd1 a new parameter in the
goLint
function forgoplsConfig
has been added, which is not reflected insrc/goCheck.ts
.vscode-go/src/goCheck.ts
Line 113 in a9b31d9
This results in an
undefined
linting scope. No matter what configuration option insettings.json
forgo.lintOnSave
has been selected, it therefore will always fall back to thepackage
scope.The regression occurs since version
0.24.0
.The text was updated successfully, but these errors were encountered: