extensions.json 652 B

12345678910111213141516171819
  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. "hookyqr.beautify",
  7. "msjsdiag.debugger-for-chrome",
  8. "hbenl.vscode-firefox-debug",
  9. "editorconfig.editorconfig",
  10. "dbaeumer.vscode-eslint",
  11. "eg2.vscode-npm-script",
  12. "christian-kohler.npm-intellisense",
  13. ],
  14. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  15. "unwantedRecommendations": [
  16. ]
  17. }