woodpecker/.vscode/extensions.json
Patrick Schratz 5b0d788737
Add vscode tailwind extensions & prettier tailwind linter, sort tailwind classes (#4622)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-12-31 14:03:21 +01:00

16 lines
507 B
JSON

{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"golang.go",
"EditorConfig.EditorConfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"voorjaar.windicss-intellisense",
"Vue.volar",
"redhat.vscode-yaml",
"davidanson.vscode-markdownlint",
"stivo.tailwind-fold"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}