extensions.json 403 B

12345678910111213
  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. "timonwong.shellcheck"
  12. ]
  13. }