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