fix(ui): move v-show to the UI server container component
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / extensions.json
index 01e10c8ba3c47a4301b2ee6bf7dd458fca0b8ce4..1d8c5898202501b930d57b94675d584032b2a778 100644 (file)
@@ -2,13 +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",
-    "zixuanchen.vitest-explorer"
+    "vitest.explorer"
   ]
 }