monaco-languageclient icon indicating copy to clipboard operation
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

Results 106 monaco-languageclient issues
Sort by recently updated
recently updated
newest added

Add an React usage example to the examples

enhancement

Add an angular usage example to the examples

enhancement

Hi, I see mention of the 8.0.0 in a few places but it doesn't seem released. Is still WIP?

In recent versions of React allowed some functions to run on server side runtime (for example, node), and pass the result of calling such functions to client side runtime (browser)...

Hi, I would like to be able to write a a C# expression in a monaco editor and prepend, append the corresponding code. Instead of writing all these code in...

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/TypeFox/monaco-languageclient/blob/main/CONTRIBUTING.md)) ## Description add `mutualized: boolean` as new config option to `runLanguageServer` ## Motivation currently, every time the users open...

This is not a question about if we want to continue to maintain it or not? The question is whether `monaco-languageclient` is still required as library on its own!? In...

Quick fix is not available when changing message in middleware. ```diff return new MonacoLanguageClient({ name: 'client name', clientOptions: { ... middleware: { handleDiagnostics: (uri, d, next) => { const newd...

The only source for `vscode-ws-jsonrpc` examples is the [README](https://github.com/TypeFox/monaco-languageclient/blob/main/packages/vscode-ws-jsonrpc/README.md). We should add usage examples independent of `monaco-languageclient`.

enhancement