-
Notifications
You must be signed in to change notification settings - Fork 646
Delete tooling source code once it's installed #532
Comments
That's a good idea, there is no need to bloat up the user's workspace. |
I don't thing vscode-go should interact with user GOPATH at all. Installing packages there automatically is not a nice behaviour, but automatically deleting directories there would be even worse (what if the user has installed those packages for other uses ?). |
I think the ideal solution is to install these tools permanently at some path that can be shared across projects, outside $GOPATH. |
With #351 merged in, there will now be an option to install the Go tools that the Go extension needs in a separate location. |
The latest update (0.6.53) gives the user an option to install the go tools to an alternate location. This is done via the new setting Remember to run Note: Please give it a try and comment here (or open a new issue) if you see any issues. |
For tools like
go-outline go-symbols gocode godef golint gopkgs gorename goreturns guru
vscode-go plugin installs, can we delete their source code from$GOPATH/src
once they are installed to$GOPATH/bin
?There's not much point of keeping these around I suppose?
The text was updated successfully, but these errors were encountered: