extensions.json 407 B

123456789101112131415
  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. "biomejs.biome",
  7. "ms-python.python",
  8. "ms-python.black-formatter",
  9. "dbaeumer.vscode-eslint",
  10. "lextudio.restructuredtext",
  11. "ziyasal.vscode-open-in-github",
  12. "timonwong.shellcheck",
  13. "tyriar.sort-lines"
  14. ]
  15. }