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

The usage of the `connectionProvider` in our examples does not allow re-connects. The socket is bound to the reader / writer once. If the socket is closed, you have to...

enhancement

Add or extend an example to show how a service can be implemented and used: https://github.com/CodinGame/monaco-vscode-api#monaco-standalone-services

enhancement

### Description I upgraded from version 7 to 8 and used `monaco-vscode-editor-api` to replace `monaco-editor-treemended` as per the docs. But `monaco-vscode-editor-api` miss some files. e.g. `metadata.js` which is used by...

I created an empty react app with `create-react-app`, installed and imported necessary packages; ``` import { MonacoEditorReactComp } from '@typefox/monaco-editor-react'; import '@codingame/monaco-vscode-json-default-extension'; ``` In documentation says that `monaco-editor-webpack-plugin` can't be...

Re-work how to configure code in `UserConfig` and make `languageId` no longer required and do not enforce it in the editor model. This is now uri or file extension driven....

Hi, I'm trying to upgrade from a previous version of the monaco-languageclient. I'm only interested in the language client and otherwise prefer to load monaco than vscode, especially for languages...

Greetings! I have a problem with `@typefox/monaco-editor-react`, that I can't make it work with multiple opened files that share one WS connection to a lsp server. Whenever I open the...

I'm trying to enable **auto completion** in the monaco editor from **different custom python folders** using [`python-lsp-server`](https://github.com/python-lsp/python-lsp-server). For a single folder this works fine using the `workspaceFolder` setting from the...

This will become a new verification example under `verify/nexjs`

enhancement

Add missing or useful callbacks as needed. Adjust existing examples.

enhancement