Upgrade direct dependencies in combination with the go tool directive: #3706
Labels
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
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
The text was updated successfully, but these errors were encountered: