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

First of all, thanks for this awesome project! I have a few questions regarding this project that I would love some answers to. I work at Wix and we're considering...

Hello. I'm currently trying to put together `monaco-languageclient` along with `vscode-ws-jsonrpc` on an Angular 6.x project using `ngx-monaco-editor` component but without much luck. Here's how my code looks like: ```ts...

**The problem:** `import type * as monaco from 'monaco-editor/esm/vs/editor/editor.api';` cause error in typescript project with `monaco-editor-core` package only. **Hack solution:** *tsconfig.json* ```typescript "paths": { "monaco-editor/*": ["../node_modules/monaco-editor-core/*"] } ``` Would you...

This is outdated and should get some ❤️

enhancement

I need to reinstall the server but i'm not sure if i need to do anything but close from `WebSocket`? maybe i need to list to some event when the...

From this line: `MonacoServices.install(monaco, {rootUri: "file:///C:\\file\\path"}) ` Where is this uri used? I couldn't find docs for it nor it's clear looking over at source code

This is an idea from #315 Instead of manually deciding release numbers, we could switch to semantic release.

enhancement

Is it possible to provide completion for code that is distributed in multiple editors? Treat code from multiple editors as one code base and display completion to the editor that...

here is the question [repo](https://github.com/FoxDaxian/lsp-adventure). please check it. thank you very much~