monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

Overhaul connection provider usage in examples

Open kaisalmen opened this issue 2 years ago • 0 comments

The usage of the connectionProvider in our examples does not allow re-connects. The socket is bound to the reader / writer once. If the socket is closed, you have to re-start the languageclient. Socket handling must be contained in the connectionProvider.

kaisalmen avatar Aug 18 '23 07:08 kaisalmen