aboutsummaryrefslogtreecommitdiff
path: root/.vscode/extensions.json
blob: 09bad89778935b518867d5406f2e688210d19614 (plain)
1
2
3
4
5
6
7
8
9
{
  "recommendations": [
    "dbaeumer.vscode-eslint",
    "editorconfig.editorconfig",
    "esbenp.prettier-vscode",
    "redhat.vscode-yaml",
    "github.vscode-pull-request-github"
  ]
}