12345678910111213141516 |
- {
- // See http://go.microsoft.com/fwlink/?LinkId=827846
- // for the documentation about the extensions.json format
- "recommendations": [
- // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
- "EditorConfig.editorconfig",
- "sysoev.language-stylus",
- "esbenp.prettier-vscode",
- "pmneo.tsimporter",
- "octref.vetur",
- "thisismanta.stylus-supremacy",
- "rebornix.project-snippets",
- "dbaeumer.vscode-eslint"
- ]
- }
|