You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to build Language Client using LanguageServerProvider and I have only one problem - I am wondering how I can pass initialization options to Language Server. Eclipse has function getInitializationOptions() from org.eclipse.lsp4e.server package. VSCode has clientOptions inside LanguageClient from vscode-languageclient/node. Is there some way, how can I pass these options to my server? I am hopelessly lost. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to build Language Client using LanguageServerProvider and I have only one problem - I am wondering how I can pass initialization options to Language Server. Eclipse has function
getInitializationOptions()
fromorg.eclipse.lsp4e.server
package. VSCode hasclientOptions
insideLanguageClient
fromvscode-languageclient/node
. Is there some way, how can I pass these options to my server? I am hopelessly lost. Thanks.Beta Was this translation helpful? Give feedback.
All reactions