vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Show message to the user in case of language server starting error

Open robertoaloi opened this issue 4 years ago • 0 comments

Starting a language server via a client.start() can result in an error. Usually the stdout for the server process contain hints to what the problem could be. Intercept the error and display it to the user.

robertoaloi avatar Oct 30 '21 10:10 robertoaloi