Compare commits

...

2 Commits

Author SHA1 Message Date
Elephant Lumps ef9bf941dd changeset 2025-05-14 10:35:55 -07:00
Elephant Lumps 362cdb2eab add tailwind css intelliSense rec 2025-05-14 10:34:58 -07:00
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": minor
---
Add Tailwind CSS IntelliSense to the the recommended extensions list
+6 -1
View File
@@ -1,5 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["dbaeumer.vscode-eslint", "connor4312.esbuild-problem-matchers", "ms-vscode.extension-test-runner"]
"recommendations": [
"dbaeumer.vscode-eslint",
"connor4312.esbuild-problem-matchers",
"ms-vscode.extension-test-runner",
"bradlc.vscode-tailwindcss"
]
}