extensions.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. // See https://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. "bierner.markdown-preview-github-styles",
  7. "davidanson.vscode-markdownlint",
  8. "dbaeumer.vscode-eslint",
  9. "eamodio.gitlens",
  10. "github.remotehub",
  11. "github.vscode-pull-request-github",
  12. "koppt.vscode-view-in-browser",
  13. "mathworks.language-matlab",
  14. "ms-python.debugpy",
  15. "ms-python.python",
  16. "ms-python.vscode-pylance",
  17. "ms-vscode-remote.remote-ssh",
  18. "ms-vscode.remote-explorer",
  19. "ms-vscode.remote-repositories",
  20. "redhat.java",
  21. "redhat.vscode-yaml",
  22. "reditorsupport.r",
  23. "rogalmic.bash-debug",
  24. "streetsidesoftware.code-spell-checker",
  25. "timonwong.shellcheck",
  26. "yzhang.markdown-all-in-one"
  27. ],
  28. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  29. "unwantedRecommendations": [
  30. ]
  31. }