This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Fix godoc command not found#854
Merged
ramya-rao-a merged 3 commits intomasterfrom Mar 14, 2017
unknown repository
Merged
Conversation
Contributor
|
Can you add it here as well? https://github.com/Microsoft/vscode-go/blob/master/src/goInstallTools.ts#L33 |
Author
|
done. can you take a look ? @ramya-rao-a |
ramya-rao-a
suggested changes
Mar 13, 2017
Contributor
ramya-rao-a
left a comment
There was a problem hiding this comment.
Just 2 small changes more
src/goInstallTools.ts
Outdated
| 'guru': 'golang.org/x/tools/cmd/guru', | ||
| 'gorename': 'golang.org/x/tools/cmd/gorename' | ||
| 'gorename': 'golang.org/x/tools/cmd/gorename', | ||
| 'godoc': 'golang.org/x/tools/cmd/godoc' |
Contributor
There was a problem hiding this comment.
This should go inside the if block if (goConfig['docsTool'] === 'godoc'), because when user choose gogetdoc, they need not install godoc
README.md
Outdated
| go get -u -v github.com/newhook/go-symbols | ||
| go get -u -v golang.org/x/tools/cmd/guru | ||
| go get -u -v github.com/cweill/gotests/... | ||
| go get golang.org/x/tools/cmd/godoc |
Author
|
@ramya-rao-a Fix as your request. thanks for guide me |
Contributor
|
Fix is out in the latest update (0.6.56) to the Go extension |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.