v0.3.0
The minimum supported VS Code version is now 1.101 (from 1.96). This is the only change, and it is why this is a minor release rather than a patch.
Changed
VS Code 1.101 is the first release whose extension host runs Node 22 — it moved to Electron 35, which bundles Node 22.15, while 1.96 through 1.100 shipped Node 20.
engines.node has declared >=22.0.0 since 0.2.0 while engines.vscode still allowed 1.96, so that requirement was not actually satisfied by the oldest supported host. Raising the floor makes the declaration true rather than aspirational. The bundle target moves from node20 to node22 accordingly.
| VS Code | Released | Electron | Extension host Node |
|---|---|---|---|
| 1.96 (old floor) | 2024-12 | 32.2.6 | 20.18.1 |
| 1.100 | 2025-05 | 34.5.1 | 20.19.0 |
| 1.101 (new floor) | 2025-06 | 35.5.1 | 22.15.1 |
| 1.125 (current) | 2026-06 | 42.2.0 | 24.15.0 |
Upgrading
If you are on VS Code 1.101 or later — anything from June 2025 onward — nothing changes. Rendering, SVG sanitisation and the Markdown preview integration are identical to 0.2.1.
If you are on VS Code 1.96 through 1.100, this update will not be offered. Your existing 0.2.1 installation keeps working; update VS Code to receive newer releases.
Full changelog: v0.2.1...v0.3.0