Web UI: add one UT
[e-mobility-charging-stations-simulator.git] / .vscode / extensions.json
index 5366569b3ec17bab43b323d1419a6097e9ead0e7..a7ac4de4a4d5fdba594e86afdc808285238ca7a9 100644 (file)
@@ -2,12 +2,13 @@
   // See https://go.microsoft.com/fwlink/?LinkId=827846
   // for the documentation about the extensions.json format
   "recommendations": [
-    "amatiasq.sort-imports",
     "codezombiech.gitignore",
     "dbaeumer.vscode-eslint",
     "eamodio.gitlens",
     "EditorConfig.EditorConfig",
     "ms-azuretools.vscode-docker",
-    "streetsidesoftware.code-spell-checker"
+    "streetsidesoftware.code-spell-checker",
+    "Vue.volar",
+    "Vue.vscode-typescript-vue-plugin"
   ]
 }