Installation
Current installation method
The extension is not published to the Marketplace yet, so installation is currently manual via VSIX.
Build locally
From the repository root:
This generates a file like:
Install in VS Code
Then reload the window:
Validate highlighting
Open one or more example files from assets/examples and inspect tokens if needed with:
Local site preview
The documentation site can also be tested locally before publishing.
Start preview server
Then open:
Build static site
Run a simple offline validation
Notes
- Generated site files go to
site/and are ignored by Git. - The local Python environment is stored in
.venv-docs/and is also ignored. - Marketplace publication can be added later without changing the documentation structure.