extensions.json 734 B

123456789101112131415161718192021
  1. {
  2. // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
  3. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
  4. // List of extensions which should be recommended for users of this workspace.
  5. "recommendations": [
  6. "msjsdiag.debugger-for-chrome",
  7. "hbenl.vscode-firefox-debug",
  8. "editorconfig.editorconfig",
  9. "dbaeumer.vscode-eslint",
  10. "eg2.vscode-npm-script",
  11. "christian-kohler.npm-intellisense",
  12. "esbenp.prettier-vscode",
  13. "shinnn.stylelint",
  14. "hex-ci.stylelint-plus",
  15. ],
  16. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  17. "unwantedRecommendations": [
  18. "hookyqr.beautify",
  19. ]
  20. }