Skip to content

Commit e341cc2

Browse files
committed
chore: 🔨 cSpell option was renamed, this matches their new option
1 parent 6f7fe31 commit e341cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
3333
"python.languageServer": "Pylance",
3434
"files.insertFinalNewline": true,
35-
"cSpell.enableFiletypes": [
36-
"quarto"
37-
],
35+
"cSpell.enabledFileTypes": {
36+
"quarto": true
37+
},
3838
"cSpell.language": "en,en-GB",
3939
"python.testing.pytestEnabled": true,
4040
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",

0 commit comments

Comments
 (0)