forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Don't force install Pylance on insiders VSIX install in VS Code 1.57+ #16384
Copy link
Copy link
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
VS Code's update mechanism already knows what the user has uninstalled, but the installExtension command force installs all extension pack dependencies regardless. A new option (installOnlyNewlyAddedFromExtensionPackVSIX) allows installExtension to skip installing extension pack dependencies unless they are new, the same as on update.
Will be fixed in #16374, but filing for a changelog item.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug