-
Notifications
You must be signed in to change notification settings - Fork 842
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I'm always frustrated when vscode-go extension always automatically install staticcheck and other tools.
i remember it used to show a prompt on the bottom right corner, it didn't do it anymore.
Describe the solution you'd like
A clear and concise description of what you want to happen.
i want my editor to stop automatically installing anything
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
provide a setting to disable this behaviour reliably.
Additional context
Add any other context or screenshots about the feature request here.
"go.toolsManagement.checkForUpdates": "off",
"go.lintOnSave": "off",
"gopls": {
"ui.diagnostic.staticcheck": false,