From eccca23163a9f7f8127678fc44a9a16ebf4ad219 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 27 Jun 2024 14:51:08 +0200 Subject: [PATCH] adding spelling to vscode check (optional) --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 373f1a25e..0eaa9d107 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -89,7 +89,6 @@ "**/ArduinoJson/**" ], "cSpell.enableFiletypes": [ - "!cpp", "!typescript" ], "typescript.preferences.preferTypeOnlyAutoImports": true