Skip to content

How implement language server with the worker api instead of Nodejs environment? #349

Answered by CGNonofr
abdalla-rko asked this question in Q&A
Discussion options

You must be logged in to vote

see https://code.visualstudio.com/api/extension-guides/web-extensions#language-server-protocol-in-web-extensions

Your LSP implementation needs to be written in javascript and run inside a worker, then it'll communicate through sendMessage

I don't think there is many available implementations for the moment, which language server do you want to use?

Replies: 1 comment 6 replies

Comment options

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

@CGNonofr
Comment options

@abdalla-rko
Comment options

@abdalla-rko
Comment options

@CGNonofr
Comment options

Answer selected by abdalla-rko
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