1Panel/frontend/.vscode/extensions.json

12 lines
277 B
JSON
Raw Normal View History

2022-08-16 23:30:23 +08:00
{
"recommendations": [
"vue.volar",
"hollowtree.vue-snippets",
"vue.vscode-typescript-vue-plugin",
"stylelint.vscode-stylelint",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode"
]
}