unibest/.vscode/extensions.json

21 lines
555 B
JSON
Raw Normal View History

2023-12-21 15:52:44 +08:00
{
"recommendations": [
2023-12-22 09:15:09 +08:00
"vue.volar",
2023-12-21 15:52:44 +08:00
"stylelint.vscode-stylelint",
"esbenp.prettier-vscode",
2023-12-22 09:15:09 +08:00
"dbaeumer.vscode-eslint",
"antfu.unocss",
"antfu.iconify",
2023-12-22 09:15:09 +08:00
"evils.uniapp-vscode",
"uni-helper.uni-helper-vscode",
"uni-helper.uni-app-schemas-vscode",
"uni-helper.uni-highlight-vscode",
"uni-helper.uni-ui-snippets-vscode",
"uni-helper.uni-app-snippets-vscode",
2024-09-05 20:37:45 +08:00
"mrmlnc.vscode-json5",
"streetsidesoftware.code-spell-checker",
"foxundermoon.shell-format",
"christian-kohler.path-intellisense"
2023-12-21 15:52:44 +08:00
]
}