-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
If VS Code specific files are going to be added, why not add recommended extensions?
{
"recommendations": [
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"svelte.svelte-vscode"
]
}The newly added settings.json is part of the VS Code Taliwind CSS extension setup:
{
"files.associations": {
"*.css": "tailwind"
}
}Personally, I am using Zed and the .vscode directory is just a bloat for me.