0
1
Fork 0
hedera-web-mindshore/.vscode/extensions.json

14 lines
295 B
JSON
Raw Normal View History

2022-11-29 19:32:57 +00:00
{
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"vue.volar",
"wayou.vscode-todo-highlight"
],
"unwantedRecommendations": [
"octref.vetur",
"hookyqr.beautify",
"dbaeumer.jshint",
"ms-vscode.vscode-typescript-tslint-plugin"
]
}