Documentation Type
Incorrect or outdated information
Page URL or Path
https://artifactkeeper.com/docs/guides/more-formats/#vs-code-extensions
Description
The current documentation uses a settings.json key that does not exist. A custom extension gallery isn't supported in VS Code.
See the correct docs on the VS Codium repository.
The Publishing Extensions paragraph is also incorrect as vsce does not have a --registry option, and can only upload to the Microsoft Marketplace.
Publishing extensions must involve manual uploads to the Artifact Keeper repository.
Note that being the custom gallery mandates an extensionUrlTemplate like
https://artifacts.example.com/vscode/main/{publisher}/{name}/latest
I'm not sure whether the current repository format can resolve latest or not, or if users need to set up a kind of custom integration.
Suggested Improvement
Another useful resource to include is VSIX Manager, which allows configuring multiple galleries directly from settings.json instead of manually editing product.json.
Additional Context
No response
Pre-submission Checklist
Documentation Type
Incorrect or outdated information
Page URL or Path
https://artifactkeeper.com/docs/guides/more-formats/#vs-code-extensions
Description
The current documentation uses a
settings.jsonkey that does not exist. A custom extension gallery isn't supported in VS Code.See the correct docs on the VS Codium repository.
The Publishing Extensions paragraph is also incorrect as
vscedoes not have a--registryoption, and can only upload to the Microsoft Marketplace.Publishing extensions must involve manual uploads to the Artifact Keeper repository.
Note that being the custom gallery mandates an
extensionUrlTemplatelikeI'm not sure whether the current repository format can resolve
latestor not, or if users need to set up a kind of custom integration.Suggested Improvement
Another useful resource to include is VSIX Manager, which allows configuring multiple galleries directly from
settings.jsoninstead of manually editingproduct.json.Additional Context
No response
Pre-submission Checklist