How to create and use another connection provider instead of the WebSocket one? #583
Replies: 2 comments 2 replies
-
@Tnze This project (i.e. the Installing
Ideally yes. The cc @kaisalmen Can you convert this to a discussion? I don't seem to have maintainer rights on this repo. |
Beta Was this translation helpful? Give feedback.
-
@msujew Thank you! So you means:
But to do so, I think I should import I known its ok to avoid using
It's weird right? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi!
I'm trying to add LSP supports for a IDE project I'm developing based on the Tauri framework.
In Tauri, there is a better way to do the IPC instead of using json-rpc based on WebSocket connection.
So does
monaco-languageclient
supports this case? How should I do?Should I implement the
IConnectionProvider
and pass it to constructor ofMonacoLanguageClient
, or directly useBaseLanguageClient
? I'm confusing and unable to find out.And what is the different between
monaco-languageclient
andvscode-languageclient
?Should I install
vscode-languageclient
as a dependency of my project? Is that normal a language client for monaco-editor is depending on vscode things?Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions