Loïc Mangeonjean
Loïc Mangeonjean
It also happens when zooming out 
You should open the issue on that repo, because that error doesn't come from monaco-editor itself
The notification service is probably a good candidate
> @CGNonofr I started to implement a notification service stub and I now the init fails. What am I missing or am I doing it completely wrong?  I missed...
[languageserver-mutualized](https://github.com/CodinGame/languageserver-mutualized) is open for contributions, if it needs update, that's probably the first step indeed
> i reckon moving `languageserver-mutualized` into the `npm workspace` as part of the mono repo will be a better option for easier long term maintenance . I'm not sure to...
> for example , looks like [@codingame/monaco-languageclient (latest 0.17.4) ](https://github.com/CodinGame/languageserver-mutualized/blob/main/example/package.json#L8)is a direct wrapper of https://github.com/TypeFox/monaco-languageclient according to https://www.npmjs.com/package/@codingame/monaco-languageclient which has the latest version 7.3.0. I don't follow you here, the...
@codingame/monaco-languageclient is just a fork that is no longer used Yes, languageserver-mutualized demo should switch to monaco-languageclient
The vscode-ws-jsonrpc is still required for the integration of monaco in the browser with a remote language server. it needs to be somewhere and it's probably too specific to be...