Skip to content

How to work with an extension that provides the LS? #693

Answered by CGNonofr
invm asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, the code bundled by monaco-vscode-api (used by monaco-languageclient) is the one designed for the web version of VSCode, so it doesn't include the node extension host. It would be a nice feature to be able to use the code designed for the native version, but it's not done yet. And since I don't have that needs, it's not really planned short-term

What you can probably do is using the server extension host. You have to run the VSCode server, and connect to it. You can have a look at https://github.com/CodinGame/monaco-vscode-api/blob/main/docs/vscode_server.md

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@CGNonofr
Comment options

Answer selected by invm
@invm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants