extensions.json 328 B

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