2022-03-24 12:33:14 +00:00
|
|
|
{
|
2022-03-24 13:57:11 +00:00
|
|
|
"recommendations": [
|
|
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
"editorconfig.editorconfig",
|
2022-11-29 06:10:04 +00:00
|
|
|
"Vue.volar",
|
2022-03-24 13:57:11 +00:00
|
|
|
"wayou.vscode-todo-highlight"
|
|
|
|
],
|
|
|
|
"unwantedRecommendations": [
|
|
|
|
"octref.vetur",
|
|
|
|
"hookyqr.beautify",
|
|
|
|
"dbaeumer.jshint",
|
|
|
|
"ms-vscode.vscode-typescript-tslint-plugin"
|
|
|
|
]
|
|
|
|
}
|