fix typos

This commit is contained in:
proddy
2024-09-09 09:33:33 +02:00
parent 577e429edb
commit e71965c7d5
3 changed files with 22 additions and 20 deletions

View File

@@ -89,7 +89,9 @@
"**/ArduinoJson/**"
],
"cSpell.enableFiletypes": [
"!typescript"
"!typescript",
"ini",
"makefile"
],
"typescript.preferences.preferTypeOnlyAutoImports": true
}