Skip to content

vscode-go automatically install go tools without asking #3898

@bokunodev

Description

@bokunodev

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.

Image
    "go.toolsManagement.checkForUpdates": "off",
    "go.lintOnSave": "off",
    "gopls": {
        "ui.diagnostic.staticcheck": false,
bug.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    tools/managementTools (linter, formatter and third party tools) installation, execution and update.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions