gtsoft-snail-job-admin/.vscode/extensions.json

23 lines
568 B
JSON
Raw Permalink Normal View History

2024-03-08 17:59:45 +08:00
{
"recommendations": [
2024-03-21 10:57:53 +08:00
"afzalsayed96.icones",
"antfu.iconify",
2024-03-08 17:59:45 +08:00
"antfu.unocss",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
2024-03-21 10:57:53 +08:00
"formulahendry.auto-complete-tag",
2024-03-08 17:59:45 +08:00
"formulahendry.auto-rename-tag",
2024-03-21 10:57:53 +08:00
"lokalise.i18n-ally",
2024-03-08 17:59:45 +08:00
"mhutchie.git-graph",
2024-03-21 10:57:53 +08:00
"mikestead.dotenv",
"naumovs.color-highlight",
"pkief.material-icon-theme",
2024-03-08 17:59:45 +08:00
"sdras.vue-vscode-snippets",
"vue.volar",
2024-03-21 10:57:53 +08:00
"whtouche.vscode-js-console-utils",
"zhuangtongfa.material-theme"
2024-03-08 17:59:45 +08:00
]
}