v1.5.3 (Extension Recommendations)
Added recommended extensions to the project. The user will be prompted to accept and install the recommended extensions when opening the project in VS Code.
{
"recommendations": [
"VisualStudioExptTeam.vscodeintellicode",
"austenc.tailwind-docs",
"PKief.material-icon-theme",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"jgclark.vscode-todo-highlight"
],
"unwantedRecommendations": [
"heybourn.headwind",
"macieklad.tailwind-sass-syntax"
]
}