2023-01-19 20:12:25 +00:00
|
|
|
{
|
|
|
|
"recommendations": [
|
|
|
|
"dbaeumer.vscode-eslint",
|
|
|
|
"esbenp.prettier-vscode",
|
|
|
|
"editorconfig.editorconfig",
|
|
|
|
"vue.volar",
|
|
|
|
"wayou.vscode-todo-highlight"
|
|
|
|
],
|
|
|
|
"unwantedRecommendations": [
|
|
|
|
"octref.vetur",
|
|
|
|
"hookyqr.beautify",
|
|
|
|
"dbaeumer.jshint",
|
|
|
|
"ms-vscode.vscode-typescript-tslint-plugin"
|
|
|
|
]
|
2023-01-26 11:52:22 +00:00
|
|
|
}
|