v0.6.2 — Hotfix
0.6.2 - Patch
What happened
A blanket node_modules/** rule in .vscodeignore was stripping all runtime dependencies from the published extension. Anyone installing from the Marketplace would see the
extension fail immediately on activation:
Cannot find module js-yaml
Fix
Explicitly re-included all 26 runtime packages (js-yaml, markdown-it, pdfkit and their transitive dependencies) in .vscodeignore. No feature changes, no API changes.
Action required
If you were affected, updating to 0.6.2 from the VS Code Extensions panel will fix it. No other steps needed.