aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: 81d8ad2bbdef936a534a0d5037bb3b6f810cbe80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    // 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
        "dbaeumer.vscode-eslint",
        "wix.vscode-import-cost",
        "esbenp.prettier-vscode",
        "shinnn.stylelint",
        "wayou.vscode-todo-highlight"
    ]
}