feat: add Tailwind CSS extensions to devcontainer configuration

This commit is contained in:
GW_MC
2026-05-28 05:48:23 +00:00
parent 56ecc399df
commit d6660e0b26

View File

@@ -15,12 +15,13 @@
}, },
"vscode": { "vscode": {
"extensions": [ "extensions": [
//
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"mhutchie.git-graph", "mhutchie.git-graph",
"esbenp.prettier-vscode", "esbenp.prettier-vscode",
"rust-lang.rust-analyzer", "rust-lang.rust-analyzer",
"tauri-apps.tauri-vscode" "tauri-apps.tauri-vscode",
"austenc.tailwind-docs",
"bradlc.vscode-tailwindcss"
] ]
} }
}, },