jellyfin-vue/.vscode/extensions.json
Fernando Fernández f87f1940fb
chore: enable VSCode project-wide problem reporting
Signed-off-by: GitHub <noreply@github.com>
2024-03-20 15:52:29 +00:00

19 lines
415 B
JSON

{
"recommendations": [
"antfu.iconify",
"aaron-bond.better-comments",
"eamodio.gitlens",
"vue.volar",
"dbaeumer.vscode-eslint",
"lokalise.i18n-ally",
"ryanluker.vscode-coverage-gutters",
"yoavbls.pretty-ts-errors",
"SonarSource.sonarlint-vscode"
],
"unwantedRecommendations": [
"octref.vetur",
"esbenp.prettier-vscode",
"vue.vscode-typescript-vue-plugin"
]
}