aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: 9f26c98d10027a04627c383d3418a49f8ccbd729 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "recommendations": [
    "esbenp.prettier-vscode",
    "dbaeumer.vscode-eslint",
    "codezombiech.gitignore",
    "editorconfig.editorconfig",
    "steoates.autoimport",
    "formulahendry.auto-rename-tag",
    "streetsidesoftware.code-spell-checker",
    "naumovs.color-highlight",
    "mkhl.direnv",
    "ms-azuretools.vscode-docker",
    "usernamehw.errorlens",
    "dsznajder.es7-react-js-snippets",
    "mhutchie.git-graph",
    "vincaslt.highlight-matching-tag",
    "eamodio.gitlens",
    "jbockle.jbockle-format-files",
    "wix.vscode-import-cost",
    "visualstudioexptteam.intellicode-api-usage-examples",
    "visualstudioexptteam.vscodeintellicode",
    "orta.vscode-jest",
    "pkief.material-icon-theme",
    "techer.open-in-browser",
    "christian-kohler.path-intellisense",
    "ofhumanbondage.react-proptypes-intellisense",
    "jingkaizhao.vscode-redux-devtools",
    "planbcoding.vscode-react-refactor",
    "redhat.vscode-yaml"
  ]
}