Merge dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.5.1 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index ed74f64355114623764c9244eff862e6eb635549..0ef1f0200e3ba8b80c584267cf084228cb505a9e 100644 (file)
@@ -3,29 +3,58 @@
     "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": [
+    "backoff",
     "benoit",
+    "bubbleprof",
     "bufferutil",
     "cacheable",
+    "choco",
     "commitlint",
-    "CSMS",
+    "corepack",
+    "csms",
+    "doctorprof",
+    "emerg",
+    "emobility",
+    "evse",
+    "evses",
+    "flameprof",
+    "heapprofiler",
     "iccid",
+    "idtag",
+    "idtags",
     "imsi",
     "lcov",
     "logform",
-    "Measurand",
-    "Mikro",
+    "measurand",
+    "measurands",
+    "mikro",
     "mnemonist",
     "mochawesome",
     "ocpp",
+    "olivierbagot",
     "piment",
     "poolifier",
     "preinstall",
     "Recurrency",
+    "RFID",
     "robohydra",
+    "shutdowning",
     "sonarlint",
-    "tsdoc"
-  ]
+    "SRPC",
+    "tsdoc",
+    "VCAP",
+    "webui"
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator"
+  }
 }