jellyfin-vue/.vscode/extensions.json
Fernando Fernández 7336bfdca3
chore: fix most sonarcloud's code smells (#2072)
Fixed all SonarCloud's code smells, except:

* Complete the task associated to this "TODO" comment.
* Remove this commented out code.
* Refactor this function to reduce its Cognitive Complexity from `x` to `y`.
* `x` is deprecated.
* This branch's code block is the same as the block for the branch on line `x`.

Basically, all the smells that didn't involve big features or refactors
have been fixed.
2023-08-16 21:14:06 +02:00

21 lines
458 B
JSON

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