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
Hello, While trying to use the wrapper with nuxt.js, I've encountered an issue:  The theme is not loaded and the worker isn't being created. Here's my code: ```vue import...
Our users would like a debugger. I figured since monaco-languageclient is mostly vscode at this point it might not be too hard but wanted to have your opinion on the...
This is a test case for https://github.com/TypeFox/monaco-languageclient/pull/680; we don't yet know how to get this test to work properly without unrelated errors happening, so I've [moved it to a separate...
Hello! Thank you for this project! I am attempting to implement a fully client-side based python editor by leveraging the [@typefox/pyright-browser](https://www.npmjs.com/package/@typefox/pyright-browser) implementation as my language client's worker. However, when setting...
I am trying to use the `MonacoEditorReactComp` along with the language client in an existing project. The problem is that the addition of this library significantly increases the final bundle...
Expand the `UserConfig` and the complete wrapper logic to allow using more than one languageclient.
As the title states, the react component became a function component to respect modern react patterns.
This PR adds the clangd wasm port from https://github.com/guyutongxue/clangd-in-browser into a new example. The client side of the example is already clean-up / aligned to the other example. **TODO**: The...
Hi, there are 2 libraries with same name but different namespaces. Can they be both used together (for instance to use the vim keyboard service from '@codingame/monaco-editor-wrapper' ? Why are...
Hi everyone, I have a question about the implementation using a Java language server (eclipse.jdt.ls). I followed the example to set up a Java language server with the Monaco editor....