extensions.json 377 B

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