-
-
Notifications
You must be signed in to change notification settings - Fork 41
Guidelines on Extension Requests
When only a subset of the available versions are deleted, the extension remains available. In case an extension with an alias is removed (latest
or preview
), the alias is automatically reassigned. The latest
alias points to the highest version number that is not marked as preview, while preview
points to the highest version number that is marked as preview.
When all versions of an extension are deleted, the whole extension with associated metadata (e.g. download count, user ratings) is deleted. That means all requests to the extension id, which consists of the combination of namespace and extension name, will fail. There should be good reasons for doing this.
Extensions can depend on each other in two ways: via extensionDependencies
and extensionPack
(see Extension Manifest). It is not possible to delete all versions of an extension if there are other extensions that depend on it. Those dependent extensions would need to be deleted first. This may require an admin or requester to reach out to the owner(s) of the dependent extensions.
- Consult license at https://marketplace.visualstudio.com/ and code repository (if available)
- These are handled by Open VSX Program Manager working with [email protected]