build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index ea3fba6b7c36097796fdf1d92310c1b1b11b97e5..668705a1cc28a3dab6826506ac2e3ec92fe023e6 100644 (file)
@@ -3,7 +3,52 @@
     "source.fixAll": true
   },
   "testExplorer.useNativeTesting": true,
-  "mochaExplorer.files": ["test/**/*Test.ts"],
+  "mochaExplorer.nodeArgv": [
+    "--loader=ts-node/esm",
+    "--no-warnings=ExperimentalWarning",
+    "--experimental-specifier-resolution=node"
+  ],
+  "mochaExplorer.files": ["test/**/*.test.ts"],
   "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
-  "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier", "Recurrency"]
+  "cSpell.words": [
+    "backoff",
+    "benoit",
+    "bufferutil",
+    "cacheable",
+    "commitlint",
+    "corepack",
+    "csms",
+    "emerg",
+    "emobility",
+    "evse",
+    "evses",
+    "iccid",
+    "idtag",
+    "idtags",
+    "imsi",
+    "lcov",
+    "logform",
+    "measurand",
+    "measurands",
+    "mikro",
+    "mnemonist",
+    "mochawesome",
+    "ocpp",
+    "piment",
+    "poolifier",
+    "preinstall",
+    "Recurrency",
+    "RFID",
+    "robohydra",
+    "shutdowning",
+    "sonarlint",
+    "SRPC",
+    "tsdoc",
+    "VCAP",
+    "webui"
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator"
+  }
 }