Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Debugger: propose install if delve not found #875

Closed
dolmen opened this issue Mar 18, 2017 · 3 comments
Closed

Debugger: propose install if delve not found #875

dolmen opened this issue Mar 18, 2017 · 3 comments

Comments

@dolmen
Copy link

dolmen commented Mar 18, 2017

When launching debug, if delve is not found an error is reported. The error message doesn't even tell the 'go get' command to run.
Instead one-click install should be proposed.

Note: currently there is no integrated way to install delve: #874.

@ramya-rao-a
Copy link
Contributor

From the debugger side we cannot have a prompt with a actionable option I believe, (I can dig a little more and confirm soon)

What we can do is change the wording of the error message to be more clear

@dolmen
Copy link
Author

dolmen commented Mar 27, 2017

What we can do is change the wording of the error message to be more clear

👍
As #874 is now implemented, the message could suggest to use "Go: Install tools" on platforms where this is the way to install Delve. Or, for a more generic implementation, it might mention the URL with the Delve install instructions.

@ramya-rao-a
Copy link
Contributor

f93ffd2

Updated to include the url in the messaging

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants