mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-04-28 07:38:13 +00:00
19 lines
415 B
JSON
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"
|
|
]
|
|
}
|