build: refine vscode settings
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index 69b8e909f175640f1225c6bad010c4d12bc31ee7..adb17d15ef744ec390624a47d166930504a0dda2 100644 (file)
@@ -1,42 +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.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",
+    "CENTI",
+    "choco",
     "commitlint",
-    "CSMS",
+    "corepack",
+    "csms",
+    "DECI",
+    "doctorprof",
+    "emerg",
+    "emobility",
+    "evlink",
     "evse",
     "evses",
+    "flameprof",
+    "heapprofiler",
     "iccid",
+    "idtag",
+    "idtags",
     "imsi",
+    "keba",
     "lcov",
+    "linebreak",
     "logform",
-    "Measurand",
-    "Mikro",
+    "measurand",
+    "measurands",
+    "mikro",
+    "MILLI",
     "mnemonist",
-    "mochawesome",
     "ocpp",
+    "olivierbagot",
+    "onconnection",
+    "outdir",
+    "parens",
     "piment",
     "poolifier",
     "preinstall",
+    "rambda",
     "Recurrency",
-    "robohydra",
+    "RFID",
+    "shutdowning",
     "sonarlint",
-    "tsdoc"
-  ],
-  "sonarlint.connectedMode.project": {
-    "connectionId": "sap-1",
-    "projectKey": "e-mobility-charging-stations-simulator"
-  }
+    "SRPC",
+    "tsdoc",
+    "VCAP",
+    "webui",
+    "workerset"
+  ]
 }