refactor(ui): use bootstrap theme for toast notifications
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / extensions.json
index 14a77638843de646dc4ed18597a8682d3496bd96..fc76e3d0daffa42a9678e5853b816316f69a3d99 100644 (file)
@@ -2,11 +2,11 @@
   // See https://go.microsoft.com/fwlink/?LinkId=827846
   // for the documentation about the extensions.json format
   "recommendations": [
-    "codezombiech.gitignore",
     "dbaeumer.vscode-eslint",
-    "eamodio.gitlens",
     "EditorConfig.EditorConfig",
+    "sonarsource.sonarlint-vscode",
     "streetsidesoftware.code-spell-checker",
-    "Vue.volar"
+    "Vue.volar",
+    "zixuanchen.vitest-explorer"
   ]
 }