mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
Add Extension Recommendation (#3530)
* add tailwind css intelliSense rec * changeset --------- Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local>
This commit is contained in:
parent
570ece3284
commit
080ed7c1c6
5
.changeset/wise-onions-change.md
Normal file
5
.changeset/wise-onions-change.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"claude-dev": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Add Tailwind CSS IntelliSense to the the recommended extensions list
|
7
.vscode/extensions.json
vendored
7
.vscode/extensions.json
vendored
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
// for the documentation about the extensions.json format
|
// 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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user