Skip to content

vscode python extensions #20252

Answered by brettcannon
jablka asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Pylance is our IntelliSense engine; it's separate so that people can uninstall it if they choose to due to it having some closed-source code.
  2. The silent installs are by design for when you have extension (packs) that add new things. You can choose to uninstall the isort extension, but what it does is repackage features already in the Python extension with a better architecture so it performs better.
  3. Yes, you can disable Pylance which will cause you to fall back to using Jedi. If you are getting double suggestions, then please open an issue at https://github.com/microsoft/pylance-release/issues as that shouldn't be happening.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brettcannon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area-editor-* User-facing catch-all
2 participants