From 68e16aa3aa63529db8633bf9a2b0ebcc1adbb802 Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Thu, 13 Mar 2025 10:37:50 -0600 Subject: [PATCH 1/2] Fix deprecated setting name --- apps/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 9bf77a90..3695ebea 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -937,7 +937,7 @@ "default": true, "markdownDescription": "Show parameter help when editing function calls." }, - "quarto.cells.background.enable": { + "quarto.cells.background.enabled": { "type": "boolean", "description": "Enable coloring the background of executable code cells.", "deprecationMessage": "Deprecated: Please use quarto.cells.background.color instead." From f9cf1108dd2b61093b525659b1334267e2a0968b Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Thu, 13 Mar 2025 10:44:11 -0600 Subject: [PATCH 2/2] Fix CHANGELOG --- apps/vscode/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index e15d8e74..550e9fba 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -6,7 +6,7 @@ - Fix behavior in Positron when running a cell containing invalid/incomplete code (). - Ensure `#|` is added only at the beginning of a new line (). - Fix `language` typos throughout the codebase () -- Update cell background configuration to add the ability to use the appropriate theme color. The `quarto.cells.background` settings have changed names so you may need to update your configuration (). +- Update cell background configuration to add the ability to use the appropriate theme color. The `quarto.cells.background` settings have changed names so you may need to update your configuration (). ## 1.118.0 (Release on 2024-11-26)