extensions.json 426 B

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