Skip to content

Insiders is no longer removing obsolete (superseded) extension folders #189334

@gjsjohnmurray

Description

@gjsjohnmurray

I think this got broken very recently by 12e03ad (PR #188917 by @sandy081)

The arguments passed to isEqualOrParent here are reversed.

if (this.uriIdentityService.extUri.isEqualOrParent(this.extensionsScannerService.userExtensionsLocation, extension.location)) {
return this.deleteExtensionFromLocation(extension.identifier.id, extension.location, type);
}

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseinsiders-releasedPatch has been released in VS Code InsidersregressionSomething that used to work is now brokenverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions