extensions.json 371 B

123456789101112
  1. {
  2. // See https://go.microsoft.com/fwlink/?LinkId=827846
  3. // for the documentation about the extensions.json format
  4. "recommendations": [
  5. "dzannotti.vscode-babel-coloring",
  6. "esbenp.prettier-vscode",
  7. "ms-python.python",
  8. "dbaeumer.vscode-eslint",
  9. "lextudio.restructuredtext",
  10. "ziyasal.vscode-open-in-github"
  11. ]
  12. }