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

Hello! Thank you for creating and maintaining this library. I've successfully replicated the typescript example, but I notice both in my implementation and the [hosted example](https://typefox.github.io/monaco-languageclient/ghp_tsExtHost.html) type errors are not...

# Issue Description When using `@typefox/monaco-editor-react` and `@monaco-editor/react` in the same application, the editor models are not retained correctly when navigating between pages using `ReactRouterDom` or similar routing libraries that...

When running react-wrapper it will run into race condition during initialization and cleanup and throw an error ```js Uncaught (in promise) Error: file 'extension-file://typefox.statemachine-example/extension/react-statemachine-configuration.json/' already exists ``` Steps to reproduce:...

I've written a custom Edifact language server which I am able to use from within VSCode through an extension. A product manager asked me now to provide a PoC for...

Hi! I wanted to ask whether there's some "idiomatic" way for the following scenario with monaco-languageclient: - a languageserver is running on a backend - the user uses goto definition...

Hi Now, Every time I initialize for the second time, Even browsers will report errors. The report errors message is as follows: ![Image](https://github.com/user-attachments/assets/2fa10d36-18be-42c7-9158-500e9db276e0) My code 38line and 39line is as...

zone.js:2317 Error: Unable to load extension-file://vscode.theme-defaults/extension/themes/dark_modern.json: Not Found at StandaloneWorkbenchThemeService.<anonymous> (workbenchThemeService.js:351:13) at Generator.throw (<anonymous>) at rejected (chunk-F6YBCEWK.js:80:29) at _ZoneDelegate.invoke (zone.js:369:28) at ZoneImpl.run (zone.js:111:43) at zone.js:2538:40 at _ZoneDelegate.invokeTask (zone.js:402:33) at ZoneImpl.runTask...

1) Local imports do not seem to work ![Image](https://github.com/user-attachments/assets/eb62db48-d7fe-4349-9ba8-d2da5cb579a0) 2) Package imports do not seem to work According to this doc, https://microsoft.github.io/pyright/#/import-resolution, it will fallback to the local python interpreter...

We integrated a web project generation into the Langium generator, but it was usually outdated. The idea is to add generation instructions (code and doc) here and keep it in...

enhancement
documentation