extensions.json 409 B

123456789101112131415161718
  1. {
  2. "recommendations": [
  3. "Vue.volar",
  4. "dbaeumer.vscode-eslint",
  5. "oxc.oxc-vscode",
  6. "stylelint.vscode-stylelint",
  7. "mikestead.dotenv",
  8. "streetsidesoftware.code-spell-checker",
  9. "bradlc.vscode-tailwindcss",
  10. "antfu.iconify",
  11. "Lokalise.i18n-ally",
  12. "vunguyentuan.vscode-css-variables",
  13. "antfu.pnpm-catalog-lens"
  14. ],
  15. "unwantedRecommendations": [
  16. "octref.vetur"
  17. ]
  18. }