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:
Fernando Fernández 2024-03-20 11:44:23 +00:00 committed by GitHub
parent 8082b77438
commit f1d2807e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
}