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
Syntax highlighting does not apply after the editor is rendered. But if I interact with the editor e.g. type something or scroll, only then it gets applied. I am applying...
Using the last changes to the AppPlayground together with the outline service override throws an error every time one changes the file. The outline works though. I think this was...
Current `packages/examples/src/eclipse.jdt.ls` supported up to version `1.40.0-202409261450`. However, `v1.41.0 ~ v1.49.0` is not supported.
Hi, we are using the [monaco-editor-wrapper](https://github.com/TypeFox/monaco-languageclient) to integrate Monaco editor + a custom language server (for the SPARQL query language, like SQL for graphs) in a npm package, using `vite`...
Hi, For some time I've been working to enable running roslyn c# lsp using monaco-languageclient on Windows OS. Unfortunately, roslyn lsp does not work without files being physically on disc...