monaco-languageclient
                                
                                 monaco-languageclient copied to clipboard
                                
                                    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
In our App we use MonacoEditorReactComp, [python-lsp-server](https://github.com/python-lsp/python-lsp-server) and all code files are on a server. So we register our own `openCodeEditor()` to handle go to definitions, since the client cant...
Add support for multiple dependent languages in the editor through createModel and setModel. I want to be able to create multiple "tabs"/models where I can set the language for each...
Hi! **I need help to understand how connect my monaco-editor react component to julia language server which my team did on our server. I cant see sending message via json-rpc...
The globally configured `languageId` overwrites the `languageId` of any model that is passed via `modelUpdate` to monaco-editor-wrapper (see https://github.com/TypeFox/monaco-languageclient/discussions/638). This is too restrictive and even wrong. We need to revise...
I'm trying to integrate the languageclient into my angular project and connect it to a language server. I'm facing this problem currently and can't tell whether i'm using the wrong...
Hello, I attempted to use the `@typefox/monaco-editor-react` and `monaco-languageclient` packages, and kept having trouble getting the editor to initialize and very slow loading times when initially attempting to load the...
We already introduced multiple unit tests for monaco-editor-wrapper, but don't have any for monaco-editor-react. This is not as straightforward as initially thought. It is likely the combination of vitest with...
I want to add multiple Monaco editors on one page. [Demo code](https://github.com/bguo3/stDemo). Seems they share the same objects. Declare "Aaa" in one editor could be referenced in the other. 
I don't know if this configuration is correct, and how to configure the model for each cell
Any idea how to store editor text in app state? Because when state changed `onTextChanged` event is being triggered twice because of having code also in `userConfig` and lost cursor...