From 0dc1a08c16ca6cac69cc8b6c85e0a6e3d5e5a917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Sun, 2 Aug 2026 19:40:02 +0200 Subject: [PATCH] refactor: Target Quarto Wizard v2 extension schema Point `_schema.yml` at the v2 meta-schema. v2 uses JSON Schema 2020-12 canonical names exclusively and validates the file strictly, so editor completion and diagnostics match what the extension actually accepts. --- CHANGELOG.md | 4 ++++ _extensions/code-window/_schema.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6b6fa..17b0302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Refactoring + +- refactor: Target the Quarto Wizard v2 extension schema in `_schema.yml`. + ## 1.3.2 (2026-08-01) ### Documentation diff --git a/_extensions/code-window/_schema.yml b/_extensions/code-window/_schema.yml index e16b027..66c0d10 100644 --- a/_extensions/code-window/_schema.yml +++ b/_extensions/code-window/_schema.yml @@ -1,4 +1,4 @@ -$schema: https://m.canouil.dev/quarto-wizard/assets/schema/v1/extension-schema.json +$schema: https://m.canouil.dev/quarto-wizard/assets/schema/v2/extension-schema.json options: enabled: