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) 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."