You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnthis.extensionsScanner.removeExtension(existing,'existing').then(null,e=>Promise.reject(newError(nls.localize('restartCode',"Please restart VS Code before reinstalling {0}.",manifest.displayName||manifest.name))));
Promise.all(installed.filter(local=>extensions.some(galleryExtension=>newExtensionIdentifierWithVersion(local.identifier,local.manifest.version).equals(newExtensionIdentifierWithVersion(galleryExtension.identifier,galleryExtension.version))))// Check with version because we want to rollback the exact version
0 commit comments