From 94f60e010da41e54c2a9d88937a31f5c0dbfe086 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Sat, 25 Jan 2025 23:30:49 +0300 Subject: [PATCH] added Intellisense support for css in vue files. --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index ea210f0f..e47b5906 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,4 +33,7 @@ "writedescription", "xerror" ], + "css.styleSheets": [ + "ui/assets/css/*.css" + ], }