No intellisense for lxml.etree in vscodium #6820
-
Hello everyone,
and this Python extension with Pvlance installed If I now I want to use the lxml.etree module in a script like then I get this error message: "The Pylance extension is not installed but the python.languageServer value is set to 'Pylance'. Would you like to install the Pylance extension to use Pylance, or revert back to Jedi?" Confirming the Install button is useless, nothing else is installed. In addition, according to the package description, Pylance should already be installed with 'ms-python'. Can anyone tell me what's going wrong here? Why can't Intellisense be used for lxml.tree? Thanks for your ideas in advance Linuxmaker |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I would suggest switching to the Jedi language server. Pylance doesn't work with the open source version of VS code. |
Beta Was this translation helpful? Give feedback.
I would suggest switching to the Jedi language server. Pylance doesn't work with the open source version of VS code.