0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-04-28 07:38:13 +00:00
Files
jellyfin-vue/.vscode/extensions.json
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"
]
}