This document tracks compatibility expectations between ZenML versions and the ZenML VS Code extension. It is intentionally lightweight; add detail as we validate more combinations.
- Extension 0.0.11 expects ZenML 0.63.0 or newer.
- This minimum is enforced at runtime by the extension and the LSP server.
| Extension version | Minimum ZenML | Notes |
|---|---|---|
| 0.0.11 | 0.63.0 | Matches README requirements and runtime checks |
When changing the minimum or adding a new mapping:
- Update README requirements.
- Update
MIN_ZENML_VERSIONinbundled/tool/constants.py. - Update
MIN_ZENML_VERSIONinsrc/utils/constants.ts. - Add a row in the matrix above.