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