-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersregressionSomething that used to work is now brokenSomething that used to work is now brokenverifiedVerification succeededVerification succeeded
Milestone
Description
I think this got broken very recently by 12e03ad (PR #188917 by @sandy081)
The arguments passed to isEqualOrParent here are reversed.
vscode/src/vs/platform/extensionManagement/node/extensionManagementService.ts
Lines 573 to 575 in e1b9eed
| if (this.uriIdentityService.extUri.isEqualOrParent(this.extensionsScannerService.userExtensionsLocation, extension.location)) { | |
| return this.deleteExtensionFromLocation(extension.identifier.id, extension.location, type); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersregressionSomething that used to work is now brokenSomething that used to work is now brokenverifiedVerification succeededVerification succeeded