aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: 5685abffcf9a6f7b04f31b69b0398130abbcf7f8 (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": [
        "dbaeumer.vscode-eslint",
        "esbenp.prettier-vscode",
        "wayou.vscode-todo-highlight",
        "wix.vscode-import-cost",
        "stylelint.vscode-stylelint",
        "pflannery.vscode-versionlens"
    ]
}