mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00

* add tailwind css intelliSense rec * changeset --------- Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local>
11 lines
278 B
JSON
11 lines
278 B
JSON
{
|
|
// 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",
|
|
"bradlc.vscode-tailwindcss"
|
|
]
|
|
}
|