Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00
v3-admin-vite/.vscode/extensions.json

10 lines
200 B
JSON
Raw Permalink 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
}