extensions.json 599 B

123456789101112131415161718
  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. "dbaeumer.vscode-eslint",
  7. "firsttris.vscode-jest-runner",
  8. "msjsdiag.debugger-for-chrome",
  9. "slevesque.shader",
  10. "stpn.vscode-graphql",
  11. "wayou.vscode-todo-highlight"
  12. ],
  13. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  14. "unwantedRecommendations": [
  15. ]
  16. }