extensions.json 331 B

123456789101112
  1. {
  2. // See http://go.microsoft.com/fwlink/?LinkId=827846
  3. // for the documentation about the extensions.json format
  4. "recommendations": [
  5. "dbaeumer.vscode-eslint",
  6. "connor4312.esbuild-problem-matchers",
  7. "ms-vscode.extension-test-runner",
  8. "csstools.postcss",
  9. "bradlc.vscode-tailwindcss",
  10. "tobermory.es6-string-html"
  11. ]
  12. }