build: refine vscode settings
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
index 2f0a168b40ebf454ae3ff89ab305e704504113f9..4f0ec9490c038111cde75966e49a2d94946105a8 100644 (file)
@@ -1,15 +1,26 @@
 {
+  "deno.enable": false,
   "editor.codeActionsOnSave": {
-    "source.fixAll": true
+    "source.fixAll": "explicit"
+  },
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator-webui"
   },
   "cSpell.words": [
     "Avenir",
     "composables",
+    "corepack",
+    "evse",
+    "evses",
     "finalhandler",
     "iccid",
     "idtag",
     "imsi",
     "ocpp",
-    "RFID"
+    "preinstall",
+    "RFID",
+    "rushstack",
+    "webui"
   ]
 }