β¨ Render prepackaged-extensions table from extensions.yaml#142
Merged
Conversation
New scripts/generate-extensions.mjs reads .vitepress/data/extensions.yaml (synced from workspace via ws-meta) and emits docs/partials/extensions.md. The static table + reference-link block in docs/editor/extensions.md is replaced with `<!--@include: ../partials/extensions.md -->`. The partial joins the existing gitignored partials family (dependencies, deprecated-variables, environment-variables) β regenerated by the `prebuild` script that runs `scripts/generate-all.mjs` before `vitepress build`. Side effect: the previous stale rows are corrected automatically by upstream truth (ms-azuretools.vscode-docker β ms-azuretools.vscode- containers; missing hashicorp.hcl row added; new ms-python.vscode- python-envs row appears).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/generate-extensions.mjsreads.vitepress/data/extensions.yaml(synced from workspace via ws-meta) and emitsdocs/partials/extensions.mddocs/editor/extensions.md## Prepackaged Extensionsstatic table + reference-link block replaced with<!--@include: ../partials/extensions.md -->prebuild(generate-all.mjs) beforevitepress buildSide effect: stale rows auto-corrected
The generated table now reflects upstream truth:
ms-azuretools.vscode-dockerβms-azuretools.vscode-containers;hashicorp.hclrow added; newms-python.vscode-python-envsrow appears.Test plan
yarn docs:buildβ clean (4.77s)pre-commit runβ clean on staged filesdocs/partials/extensions.mdrenders 26 rows with marketplace homepage linksArc
Story 3 of 3 in the ws-bmad q2-27 / q2-28 / q2-29 extensions-manifest arc. Upstream:
feature/extensions-manifest(local-only merge; not pushed yet due to CI budget)64b3b3e(merged + distributed)ws-metaΒ #141 (sync, merged)