Skip to content

v1.5.3 (Extension Recommendations)

Compare
Choose a tag to compare
@harvanchik harvanchik released this 12 Feb 19:58
· 90 commits to main since this release

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"
  ]
}