From: Jérôme Benoit Date: Mon, 30 Mar 2026 02:47:08 +0000 (+0200) Subject: fix: add Vue LSP settings and disable Biome in Zed project config X-Git-Tag: ocpp-server@v4.1.0~20 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f9634f6865caa1e574330c6f2144221c31935f13;p=e-mobility-charging-stations-simulator.git fix: add Vue LSP settings and disable Biome in Zed project config --- diff --git a/.zed/settings.json b/.zed/settings.json index 0c6891e7..a4f01370 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -5,6 +5,7 @@ // JSON, JSONC, Markdown, YAML, CSS, HTML: Prettier { "format_on_save": "on", + "language_servers": ["!biome", "..."], "languages": { // ── TypeScript (covers .ts and .tsx) ────────────────────── @@ -58,6 +59,14 @@ "mode": "auto" } } + }, + "vue": { + "settings": { + "vue.inlayHints.inlineHandlerLeading": true, + "vue.inlayHints.missingProps": true, + "vue.inlayHints.optionsWrapper": true, + "vue.inlayHints.vBindShorthand": true + } } } }