From 7f6f40cda44fb8850cf5f9a0ed4f3f3a6551b7e3 Mon Sep 17 00:00:00 2001 From: gcch Date: Wed, 29 Apr 2026 10:45:49 +0200 Subject: [PATCH] =?UTF-8?q?corv=C3=A9e(lsp)=20installe=20lsp-variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zed/settings.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.zed/settings.json b/.zed/settings.json index 1e9c95de..c4e389e2 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -15,6 +15,21 @@ "..." ], "lsp": { + "css-variables": { + "settings": { + "cssVariables": { + "blacklistFolders": [ + "**/*.min.css", + "**/dist/**", + "**/node_modules/**" + ], + "lookupFiles": [ + "**/*.scss" + ], + "undefinedVarFallback": "info" + } + } + }, "oxlint": { "initialization_options": { "settings": {