jdcProject_front/.vscode/extensions.json

10 lines
180 B
JSON
Raw Normal View History

2022-04-20 22:40:26 +08:00
{
"recommendations": [
2022-04-22 09:39:11 +08:00
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
2022-05-12 17:30:23 +08:00
"vue.vscode-typescript-vue-plugin",
"Vue.volar"
]
2022-04-20 22:40:26 +08:00
}