refactor: add sanity check to worker script handling
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index 06f6d6a01589ead1eb583feac816464e2bc4d90d..6099f4afc75f267f8d023cd6e52e372a05ebcfd7 100644 (file)
@@ -4,5 +4,6 @@
   },
   "testExplorer.useNativeTesting": true,
   "mochaExplorer.files": ["test/**/*Test.ts"],
-  "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests"
+  "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
+  "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier"]
 }