build: refine vscode settings
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index eb3d18bbe9452ab8bcde30086aaa3631b92513c5..adb17d15ef744ec390624a47d166930504a0dda2 100644 (file)
@@ -1,5 +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"
+  },
+  "cSpell.words": [
+    "backoff",
+    "benoit",
+    "bubbleprof",
+    "bufferutil",
+    "cacheable",
+    "CENTI",
+    "choco",
+    "commitlint",
+    "corepack",
+    "csms",
+    "DECI",
+    "doctorprof",
+    "emerg",
+    "emobility",
+    "evlink",
+    "evse",
+    "evses",
+    "flameprof",
+    "heapprofiler",
+    "iccid",
+    "idtag",
+    "idtags",
+    "imsi",
+    "keba",
+    "lcov",
+    "linebreak",
+    "logform",
+    "measurand",
+    "measurands",
+    "mikro",
+    "MILLI",
+    "mnemonist",
+    "ocpp",
+    "olivierbagot",
+    "onconnection",
+    "outdir",
+    "parens",
+    "piment",
+    "poolifier",
+    "preinstall",
+    "rambda",
+    "Recurrency",
+    "RFID",
+    "shutdowning",
+    "sonarlint",
+    "SRPC",
+    "tsdoc",
+    "VCAP",
+    "webui",
+    "workerset"
+  ]
 }