kidshift-web/.vscode/extensions.json

13 lines
265 B
JSON
Raw Normal View History

2024-07-18 06:01:43 +00:00
{
"recommendations": [
"editorconfig.editorconfig",
"vue.volar",
"wayou.vscode-todo-highlight"
],
"unwantedRecommendations": [
"octref.vetur",
"hookyqr.beautify",
"dbaeumer.jshint",
"ms-vscode.vscode-typescript-tslint-plugin"
]
}