r2web-ru/frontend/.vscode/extensions.json

19 lines
396 B
JSON
Raw Normal View History

2022-11-30 00:37:19 +10:00
{
"recommendations": [
"csstools.postcss",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"editorconfig.editorconfig",
"lokalise.i18n-ally",
"vue.volar",
"antfu.unocss",
"wayou.vscode-todo-highlight"
],
"unwantedRecommendations": [
"octref.vetur",
"hookyqr.beautify",
"dbaeumer.jshint",
"ms-vscode.vscode-typescript-tslint-plugin"
]
}