jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Improve error messaging when extension can't talk to launched debugger #140

Open arosien opened 2 years ago

arosien commented 2 years ago

If the backend debugger fails to launch, currently the extension shows an (unfriendly) error message

connect ECONNREFUSED 127.0.0.1:4711

image (3)

It would be a better experience to instead say the extension couldn't connect to the backend and provide some suggestions as to how to fix or debug the problem.

h/t @rthomas320