Skip to content

Why when installing Python extension I obtain too much bloat out of the box? #20262

Discussion options

You must be logged in to vote

Somewhat of a duplicate of #20252 , but I will answer separately here as well.

In the case of installing Jupyter automatically, that's being removed by #20218 .

As for Pylance, that is the language server that Microsoft develops itself and provides what we think is a better experience compared to Jedi, so that won't be dropped as an automatic, optional dependency. You can of course continue to uninstall it if you don't want it.

For isort, that's a repackaging of existing functionality in a way that's easier to update and even uninstall if desired (it also gave us the ability to re-architect it for better performance). But because the functionality already existed in the core extension and…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
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
3 participants