extensions.json 440 B

12345678910111213141516
  1. {
  2. // See http://go.microsoft.com/fwlink/?LinkId=827846
  3. // for the documentation about the extensions.json format
  4. "recommendations": [
  5. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
  6. "EditorConfig.editorconfig",
  7. "sysoev.language-stylus",
  8. "esbenp.prettier-vscode",
  9. "pmneo.tsimporter",
  10. "octref.vetur",
  11. "thisismanta.stylus-supremacy",
  12. "rebornix.project-snippets",
  13. "dbaeumer.vscode-eslint"
  14. ]
  15. }