Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Cannot find setting "python.downloadLanguageServer" #2105

Open
jccockre opened this issue Jul 20, 2020 · 3 comments
Open

Cannot find setting "python.downloadLanguageServer" #2105

jccockre opened this issue Jul 20, 2020 · 3 comments
Labels
question A question about the LS

Comments

@jccockre
Copy link

I read through issue #2092 and I still do not understand step 8.

In VS Code set setting python.downloadLanguageServer to false.

I have tried repeatedly and I cannot find any such setting as python.downloadLanguageServer. Can someone please hold my hand and tell me in extremely specific language exactly what I need to do to get VS code to use the local Python language server instead of whatever is default?

@jccockre jccockre added the question A question about the LS label Jul 20, 2020
@MikhailArkhipov
Copy link

Its not a public setting, it is for development only. Set it manually in JSON settings file.

https://github.com/microsoft/python-language-server/blob/master/CONTRIBUTING.md#setup, steps 6-9. Use text JSON editor for settings rather than GUI.

image

@jccockre
Copy link
Author

Thank you. I am able to set the setting directly, but I do not see any evidence the language server process is running.

@MikhailArkhipov
Copy link

Why are you setting python.downloadLanguageServer to false.?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question A question about the LS
Projects
None yet
Development

No branches or pull requests

2 participants