Skip to content

Commit 43d83b2

Browse files
authored
Fix deprecated setting name (#680)
* Fix deprecated setting name * Fix CHANGELOG
1 parent fc84895 commit 43d83b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/vscode/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Fix behavior in Positron when running a cell containing invalid/incomplete code (<https://github.com/quarto-dev/quarto/pull/664>).
77
- Ensure `#|` is added only at the beginning of a new line (<https://github.com/quarto-dev/quarto/pull/649>).
88
- Fix `language` typos throughout the codebase (<https://github.com/quarto-dev/quarto/pull/650>)
9-
- 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 (<https://github.com/quarto-dev/quarto/pull/650>).
9+
- 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 (<https://github.com/quarto-dev/quarto/pull/679>).
1010

1111
## 1.118.0 (Release on 2024-11-26)
1212

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@
937937
"default": true,
938938
"markdownDescription": "Show parameter help when editing function calls."
939939
},
940-
"quarto.cells.background.enable": {
940+
"quarto.cells.background.enabled": {
941941
"type": "boolean",
942942
"description": "Enable coloring the background of executable code cells.",
943943
"deprecationMessage": "Deprecated: Please use quarto.cells.background.color instead."

0 commit comments

Comments
 (0)