Skip to content

Commit 8bfadbc

Browse files
DOC: update cSpell configuration to enable additional file types
1 parent bf2d0c0 commit 8bfadbc

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.vscode/settings.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"python.testing.unittestEnabled": false,
66
"python.testing.pytestEnabled": true,
77
"autoDocstring.docstringFormat": "numpy",
8-
"cSpell.enableFiletypes": [
9-
"python",
10-
"jupyter",
11-
"markdown",
12-
"restructuredtext"
13-
],
8+
"cSpell.enabledFileTypes": {
9+
"plaintext": true,
10+
"python": true,
11+
"jupyter": true,
12+
"markdown": true,
13+
"tex": true,
14+
"rst": true
15+
},
1416
"cSpell.language": "en-US",
1517
"cSpell.words": [
1618
"Abdulklech",

0 commit comments

Comments
 (0)