-
Notifications
You must be signed in to change notification settings - Fork 645
Add the output option for the delve #1564
Add the output option for the delve #1564
Conversation
@1984weed I dont see the |
38c87ea
to
1f14d37
Compare
Sorry. It's only about |
You will need to add the |
@1984weed Can you sign the CLA? |
Done !! |
@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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo bynary
-> binary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is fixed in master
Hi
I added the output option for delve.
You would be able to use delve, even if there has been
debug
directory already.Thank you