]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix: add Vue LSP settings and disable Biome in Zed project config
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 30 Mar 2026 02:47:08 +0000 (04:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 30 Mar 2026 02:47:08 +0000 (04:47 +0200)
.zed/settings.json

index 0c6891e78d52fd907ea8dd92e974bdef2e6b5f6b..a4f0137005b189aed8cc37a8dc50e83455609f21 100644 (file)
@@ -5,6 +5,7 @@
 // JSON, JSONC, Markdown, YAML, CSS, HTML: Prettier
 {
   "format_on_save": "on",
+  "language_servers": ["!biome", "..."],
 
   "languages": {
     // ── TypeScript (covers .ts and .tsx) ──────────────────────
           "mode": "auto"
         }
       }
+    },
+    "vue": {
+      "settings": {
+        "vue.inlayHints.inlineHandlerLeading": true,
+        "vue.inlayHints.missingProps": true,
+        "vue.inlayHints.optionsWrapper": true,
+        "vue.inlayHints.vBindShorthand": true
+      }
     }
   }
 }