refactor(ui): use bootstrap theme for toast notifications
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
index 6ff436bb71fdcdfda230650191641f080a009edc..a7d331b22d023e8593cb0294274644c84c0a5c9a 100644 (file)
@@ -1,13 +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"
+  }
 }