build: silence wrong spelling report
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index f522dcb8748b84bd46f0cc05843901c8281beb27..ea3fba6b7c36097796fdf1d92310c1b1b11b97e5 100644 (file)
@@ -3,5 +3,7 @@
     "source.fixAll": true
   },
   "testExplorer.useNativeTesting": true,
-  "mochaExplorer.files": ["test/**/*Test.ts"]
+  "mochaExplorer.files": ["test/**/*Test.ts"],
+  "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
+  "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier", "Recurrency"]
 }