build(simulator): features for reserve-now and cancel-reservation support added
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index 246e9c6e8977ee78076dd57b3b052f8b2c1a02a4..47a0799f031eb80b48e03dbc8107012e7780044d 100644 (file)
@@ -1,5 +1,49 @@
 {
   "editor.codeActionsOnSave": {
-    "source.fixAll.eslint": true
+    "source.fixAll": true
+  },
+  "testExplorer.useNativeTesting": true,
+  "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": [
+    "benoit",
+    "bufferutil",
+    "cacheable",
+    "commitlint",
+    "csms",
+    "emobility",
+    "evse",
+    "evses",
+    "iccid",
+    "idtag",
+    "idtags",
+    "imsi",
+    "lcov",
+    "logform",
+    "measurand",
+    "measurands",
+    "mikro",
+    "mnemonist",
+    "mochawesome",
+    "ocpp",
+    "piment",
+    "poolifier",
+    "preinstall",
+    "Recurrency",
+    "robohydra",
+    "sonarlint",
+    "SRPC",
+    "tsdoc",
+    "VCAP",
+    "webui"
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator"
   }
 }