monaco-languageclient
monaco-languageclient copied to clipboard
Overhaul connection provider usage in examples
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.