This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Add the output option for the delve - #1564
Merged
Ramya Rao (ramya-rao-a) merged 2 commits intoMar 18, 2018
Merged
Conversation
Contributor
|
@1984weed I dont see the |
Teruo Kunihiro (trknhr)
force-pushed
the
Add-output-args-to-delve
branch
from
March 15, 2018 11:18
38c87ea to
1f14d37
Compare
Contributor
Author
|
Sorry. It's only about |
Contributor
|
You will need to add the |
Contributor
|
@1984weed Can you sign the CLA? |
Contributor
Author
|
Done !! |
Ramya Rao (ramya-rao-a)
approved these changes
Mar 18, 2018
Contributor
|
@1984weed This feature is now available in the latest update (0.6.78) to the Go extension. Thanks for the PR! |
| }, | ||
| "output": { | ||
| "type": "string", | ||
| "description": "Output path for the bynary of delve", |
Contributor
There was a problem hiding this comment.
That is fixed in master
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.
Hi
I added the output option for delve.
You would be able to use delve, even if there has been
debugdirectory already.Thank you