mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-30 09:40:46 +00:00
chore: move vue.vscode-typescript-vue-plugin extension to unwantedRecommendations
* Since [vue-tsc](https://github.com/vuejs/language-tools/releases/tag/v2.0.0) 2.0.0's update, there's no need for takeover mode, so the typescript extension is now deprecated. Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
8082b77438
commit
f1d2807e1f
4
.vscode/extensions.json
vendored
4
.vscode/extensions.json
vendored
@ -6,7 +6,6 @@
|
||||
"aaron-bond.better-comments",
|
||||
"eamodio.gitlens",
|
||||
"vue.volar",
|
||||
"vue.vscode-typescript-vue-plugin",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"lokalise.i18n-ally",
|
||||
"ryanluker.vscode-coverage-gutters",
|
||||
@ -15,6 +14,7 @@
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"octref.vetur",
|
||||
"esbenp.prettier-vscode"
|
||||
"esbenp.prettier-vscode",
|
||||
"vue.vscode-typescript-vue-plugin"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user