jdcProject_front/.vscode/extensions.json

10 lines
200 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-04-22 09:39:11 +08:00
"johnsoncodehk.vscode-typescript-vue-plugin",
"johnsoncodehk.volar"
]
2022-04-20 22:40:26 +08:00
}