extensions.json 384 B

123456789101112
  1. {
  2. // See http://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. "donjayamanne.python",
  8. "dbaeumer.vscode-eslint",
  9. "lextudio.restructuredtext",
  10. "jmlntw.vscode-ensure-single-final-newline"
  11. ]
  12. }