monaco-languageclient
monaco-languageclient copied to clipboard
Repo hosts npm packages for monaco-languageclient, vscode-ws-jsonrpc, monaco-editor-wrapper, @typefox/monaco-editor-react and monaco-languageclient-examples
I'm using clangd as language server with websocket to jsonrpc forwarding. My use case is quite specific and it would be ok in this case if the calls to language...
How can I use monaco in my electron app? I mean the code sample from https://github.com/TypeFox/monaco-languageclient/tree/master/example What's the proper way to do that? i'm open to new suggestions. I throughout...
I follow the example to use the language client but I have no idea why it goes wrong when it calls languageClient.start()  the message is: Request initialize failed with...
I need to add some prefix (imports) to the code before sending to server but I don't want those imports to be a part of the code string that displays...
I was able to make the code compile without error by 1. add `"type": "module"` to the `packagage.json` of `monica-editor` 2. add this to `next.config.js` ``` module.exports = { reactStrictMode:...
Is it possible to disable language client errors to log in to the console? I tried to with setTrace to 0 but errors are still logged to the console. And...
I am able to get the client example to connect with my python LSP server, but when I try to use the library in my react app it isn't working....
We have identified this in #412 and in #419
Hey, Using the latest version of `monaco-languageclient` (`3.0.1`) with Vite 3, and this error is spat out when using the package. Seems as though to remove the warning adding `"type":...
Should we add a Vue client to the examples? It should only be integrated into this repository if it does not bring a ton of dependencies (like Angular) and fits...