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