monaco-languageclient
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
Hi, When using monaco-editor typescript worker, if you have packages put in the node_modules folder, the typescript worker is capable of resolving imports and showing related completion (https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAKjgQwM5wO4jgMyhbAIg2ADsATEYAG2oFoBja4AU1JkIChOsA6IA, this is...
Hi, If you load https://typefox.github.io/monaco-languageclient/ghp_appPlayground.html, you should see that first it loads a white editor and then the theme is loaded and it becomes properly themed. That's content/color shift that...
if using the search service then upon opening of the app playground, instead of seeing the explorer tab, it defaults to the search tab:  This is confusing. I couldn't...
Using the app playground, adding: ` ...getSearchServiceOverride()` and even adding in the worker factory: ``` LocalFileSearchWorker: () => new Worker( new URL( "@codingame/monaco-vscode-search-service-override/worker", import.meta.url ), { type: "module" } ),...
Hello, This is not completely related to monaco-languageclient but Windmill uses monaco through monaco-languageclient and we're interested to create a project and contribute open-source to give a cursor-like experience in...