Skip to content

Guidelines on Deleting Extensions

Miro Spönemann edited this page Dec 4, 2020 · 1 revision

The service offered at https://open-vsx.org is used by developers around the world to support their daily work. Deleting an extension may break the workflows of several developers, so we should not take that lightly.

Deleting Selected Versions

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.

Deleting All Versions

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.