From 8bfadbc3ce4ef81cabcfde0a2416d2134fa947b1 Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Sat, 30 Nov 2024 03:33:41 -0300 Subject: [PATCH] DOC: update cSpell configuration to enable additional file types --- .vscode/settings.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 62481957c..98010d539 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,12 +5,14 @@ "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "autoDocstring.docstringFormat": "numpy", - "cSpell.enableFiletypes": [ - "python", - "jupyter", - "markdown", - "restructuredtext" - ], + "cSpell.enabledFileTypes": { + "plaintext": true, + "python": true, + "jupyter": true, + "markdown": true, + "tex": true, + "rst": true + }, "cSpell.language": "en-US", "cSpell.words": [ "Abdulklech",