build: refine vscode settings
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index 5763a01a433e60af5f55e415f89ab30710cfd69b..adb17d15ef744ec390624a47d166930504a0dda2 100644 (file)
@@ -1,20 +1,62 @@
 {
+  "deno.enable": false,
   "editor.codeActionsOnSave": {
-    "source.fixAll": true
+    "source.fixAll": "explicit"
+  },
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator"
   },
-  "testExplorer.useNativeTesting": true,
-  "mochaExplorer.files": ["test/**/*Test.ts"],
-  "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
   "cSpell.words": [
+    "backoff",
+    "benoit",
+    "bubbleprof",
+    "bufferutil",
+    "cacheable",
+    "CENTI",
+    "choco",
     "commitlint",
-    "CSMS",
+    "corepack",
+    "csms",
+    "DECI",
+    "doctorprof",
+    "emerg",
+    "emobility",
+    "evlink",
+    "evse",
+    "evses",
+    "flameprof",
+    "heapprofiler",
     "iccid",
+    "idtag",
+    "idtags",
     "imsi",
-    "Measurand",
-    "Mikro",
+    "keba",
+    "lcov",
+    "linebreak",
+    "logform",
+    "measurand",
+    "measurands",
+    "mikro",
+    "MILLI",
     "mnemonist",
     "ocpp",
+    "olivierbagot",
+    "onconnection",
+    "outdir",
+    "parens",
+    "piment",
     "poolifier",
-    "Recurrency"
+    "preinstall",
+    "rambda",
+    "Recurrency",
+    "RFID",
+    "shutdowning",
+    "sonarlint",
+    "SRPC",
+    "tsdoc",
+    "VCAP",
+    "webui",
+    "workerset"
   ]
 }