Loïc Mangeonjean

Results 159 comments of Loïc Mangeonjean

It also happens when zooming out ![image](https://github.com/microsoft/monaco-editor/assets/23257479/130cd78c-99ac-4b96-b9a2-41363fa77cae)

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? ![image](https://user-images.githubusercontent.com/21079138/257570417-be80faba-e18f-4c5e-a95b-d42761b7614c.png) 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...