Noob question: I'm building a LSP integration into Monaco -- what does this library do/ how can it help me do this? #415
Replies: 1 comment 2 replies
-
It seems you are reimplementing the language server protocol by hands on the client. This library allows to use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using this repository as an example: https://github.com/erictraut/pyright-playground/tree/main
Which sets up a simple Express server with the LSP and then the client uses
registerCompletionItemProvider
to make API calls as needed to get suggestions.Would monaco-vscode-api make this an easier process / would it make it more resilient?
Beta Was this translation helpful? Give feedback.
All reactions