Skip to content

v0.6.2 — Hotfix

Choose a tag to compare

@javierigaciorm javierigaciorm released this 10 Jun 20:24

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.