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

Dear great author, I encountered some issues while using docker-compose to build eclipsejdtls. I am using a Mac M2 chip, but volta only supports the x86_64 architecture. I replaced the...

![image](https://github.com/user-attachments/assets/b1e8a558-6613-4224-a03f-6bb2a40e7dac) ``` ReferenceError: window is not defined at file:///C:/Users/User/Desktop/redacted-electron/node_modules/vscode/vscode/src/vs/base/browser/window.js:9:20 at ModuleJob.run (node:internal/modules/esm/module_job:218:25) at async ModuleLoader.import (node:internal/modules/esm/loader:329:24) at async importModuleDynamicallyWrapper (node:internal/vm/module:431:15) { page: '/' } ``` ```tsx import { MonacoEditorReactComp }...

I'm receiving a very similar error to #686: ``` contextKeyService.js:82 Uncaught (in promise) TypeError: this._configurationService.onDidChangeConfiguration is not a function at new ConfigAwareContextValuesContainer (contextKeyService.js:82:1) at new ContextKeyService (contextKeyService.js:314:1) at InstantiationService._createInstance (instantiationService.js:120:1)...

I try to use `@typefox/monaco-editor-react` with multiple files, but only for first file callback `onTextChanged` fired. Repro repo: https://github.com/lobotomoe/monaco-on-text-changed-issue Steps for repro: - git clone - npm i - npm...

## Description I have created a `MonacoEditorReactComp` with the following `userConfig`: ```typescript import getEditorServiceOverride from '@codingame/monaco-vscode-editor-service-override'; import './custom-lsp-1.0.0.vsix'; import { useOpenEditorStub } from 'monaco-editor-wrapper/vscode/services'; import { UserConfig } from 'monaco-editor-wrapper';...

**I want to be able to proactively capture this error, so that it is not displayed in the console, but in the form of a UI on the page. I...

Hello team, When I try to use `Peek References` feature to see all the references of the function declared in the code but it throws the below error message: ```...

maybe there is a warning and I havent seen it, but server side rendering breaks everything completely. I have only tried with NextJS, Remix. ``` import '@codingame/monaco-vscode-python-default-extension'; ``` required for...

add the `MonacoAngularWrapperComponent` as the equivalent to `packages/wrapper-react/src/index.tsx` so that the Angular devs can refer this to do two ways data binding (load from API and save back to API...

Integrating with this library has been very challenging due to a distinct lack of documentation on how to create a language client. The README immediately lists off multiple libraries that...