docs(ui): update Web UI screenshot
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
index 1e398bbd9fa212c968c7c4d311107f01e8c0879a..58474bd155aa6e7d8fe1ae3a8c267d6f1b8f745c 100644 (file)
@@ -1,16 +1,25 @@
 {
   "editor.codeActionsOnSave": {
-    "source.fixAll": true
+    "source.fixAll": "explicit"
   },
   "cSpell.words": [
     "Avenir",
     "composables",
+    "corepack",
+    "evse",
+    "evses",
     "finalhandler",
     "iccid",
     "idtag",
     "imsi",
     "ocpp",
+    "preinstall",
     "RFID",
+    "rushstack",
     "webui"
-  ]
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator-webui"
+  }
 }