Private marketplace voor de distributie en het beheer van interne Axelio VS Code-extensies via Azure DevOps Artifacts of GitHub Releases, met M365/Entra SSO.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Private marketplace for the distribution and management of internal Axelio VS Code extensions. Lists, installs and updates axelio-* extensions from a private feed.
Distribution channels
Azure DevOps Artifacts (recommended): Universal Packages with M365/Entra SSO via VS Code's built-in microsoft authentication provider. No PATs or secrets. Downloading is handled through the Azure CLI (az artifacts universal download), because Universal Packages have no direct download REST endpoint. If az is missing, the extension offers to install it automatically.
GitHub Releases (secondary): vsix as a release asset, authenticated via GitHub identity (no M365 SSO — see the guide).
Key features
Overview of available extensions with installation status (not installed / installed / update available).
Install, update, remove and select a specific version.
Both auto-update and periodic/manual update checking, both configurable.
Least-privilege option via a dedicated Entra App registration.
Quick start
Open the settings (Axelio Marketplace: Open settings).
Choose the provider channel and fill in the feed location.
Run Axelio Marketplace: Sign in.
Open the Axelio Marketplace view in the activity bar.
See docs/INSTALLATIE.md and docs/GEBRUIKERSHANDLEIDING.md for details.
Build
npm ci
npm run package # type-check + bundle
npx @vscode/vsce package # create .vsix