Open
Description
Is your feature request related to a problem? Please describe.
When clicking "Upgrade direct dependencies", VS Code pulls in several unnecessary (tool) dependencies, which are removed after running go mod tidy. This behavior may be confusing, especially for new Go developers.
Describe the solution you'd like
I would prefer the same outcome as running go get -u all
Or vscode could just keep the behavior as it is and run go mod tidy afterward
Additional context
golang/go#71663
Metadata
Metadata
Assignees
Labels
No labels