Printable idea sheet
extension_distribution
reqlan rq/distribution/distribution.rq:99
Azure DevOps builds, tests, packages, and publishes the VS Code extension only for tags matching `ext/v*`.
Tags are created by deployment_flow.
The extension version comes from packages / extension / package. json at the tag; the pipeline must not overwrite it from the tag suffix.
The implementation lives in azure-pipelines.yml.
VSIX packaging follows vsix_export.
Marketplace publish is complemented by Open VSX per openvsx_registry.
Interactive page: extension_distribution