-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
goMain: go.locate.tools command #14
Conversation
This command prints the list of configured tools and paths to the tools. I hope this is useful when debugging the cases where multiple versions of a tool exist in different directories.
This PR (HEAD: a6e510f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/224098 to see it. Tip: You can toggle comments from me using the |
Message from Ingo Oeser: Patch Set 1: (1 comment) Great idea to display more information on that! I just have a small suggestion to make the output more actionable. Please don’t reply on this GitHub thread. Visit golang.org/cl/224098. |
Message from Rebecca Stambler: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/224098. |
This PR (HEAD: 4184fd3) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/224098 to see it. Tip: You can toggle comments from me using the |
This command prints the list of configured tools and paths to the tools. I hope this is useful when debugging the cases where multiple versions of a tool exist in different directories. Change-Id: I925422e262978300cbccc97b53d547e4b2f4b146 GitHub-Last-Rev: 4184fd3 GitHub-Pull-Request: #14 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/224098 Reviewed-by: Rebecca Stambler <[email protected]>
Message from Hyang-Ah Hana Kim: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/224098. |
This PR is being closed because golang.org/cl/224098 has been merged. |
This command prints the list of configured tools and paths to the tools. I hope this is useful when debugging the cases where multiple versions of a tool exist in different directories. Change-Id: I925422e262978300cbccc97b53d547e4b2f4b146 GitHub-Last-Rev: 4184fd3 GitHub-Pull-Request: golang/vscode-go#14 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/224098 Reviewed-by: Rebecca Stambler <[email protected]>
* goMain: go.locate.tools command This command prints the list of configured tools and paths to the tools. I hope this is useful when debugging the cases where multiple versions of a tool exist in different directories. Change-Id: I925422e262978300cbccc97b53d547e4b2f4b146 GitHub-Last-Rev: 4184fd3 GitHub-Pull-Request: golang/vscode-go#14 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/224098 Reviewed-by: Rebecca Stambler <[email protected]> * src/goMain: avoid extra fs lookups in go.locate.tools Address the comments from Ramya. Change-Id: I3a0d6cb1dbb656ffb18da266b370c7e9bcf32b3d
This command prints the list of configured tools and paths to the tools.
I hope this is useful when debugging the cases where multiple versions
of a tool exist in different directories.