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

11 lines
187 B
JSON
Raw Normal View History

2022-04-20 22:40:26 +08:00
{
"recommendations": [
2024-11-19 20:14:23 +08:00
"vue.volar",
2022-04-22 09:39:11 +08:00
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
2023-02-16 14:38:21 +08:00
"antfu.unocss",
2024-02-22 14:29:19 +08:00
"vitest.explorer",
2023-02-16 14:38:21 +08:00
"wiensss.region-highlighter"
]
2022-04-20 22:40:26 +08:00
}