Having issues in sending configuration data to python language server. #464
Unanswered
sreetej1998
asked this question in
Q&A
Replies: 1 comment
-
Hello, I'm not sure how the python language server behave, but there is 2 ways to send configuration to the server:
The first one doesn't require any additional code from the client, while the second requires to set the Also, it requires the configuration features to be enabled on the language client by calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to send the configuration from the monaco-language-client to the python language server. This is how I tried to do it via the middleware key.
The configuration was not reflected in the editor. I found that the code I wrote in the configuration callback above is not called at all. Despite being sent to the vscode-languageserver-node, and called here.
This Thread might be useful on getting more context.
I am not sure If I am missing anything, would be grateful for any help, Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions