From 2b3c6a9764c4cfee4ac356844ad6a254afdd5620 Mon Sep 17 00:00:00 2001 From: Tee Ming Date: Fri, 5 Apr 2024 16:53:00 +0800 Subject: [PATCH] add vs code configuration defaults --- packages/vscode-tailwindcss/package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json index b16f7874..adb6a2ca 100755 --- a/packages/vscode-tailwindcss/package.json +++ b/packages/vscode-tailwindcss/package.json @@ -323,6 +323,14 @@ "markdownDescription": "Enable the Node.js inspector agent for the language server and listen on the specified port." } } + }, + "configurationDefaults": { + "files.associations": { + "*.css": "tailwindcss" + }, + "editor.quickSuggestions": { + "strings": "on" + } } }, "scripts": {