Files
gt-agent-company/.vscode/extensions.json
sexygoat 3c62cc1cd1 first
2026-03-31 18:41:52 +08:00

22 lines
912 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
/*
1.
2.
3.
*/
"recommendations": [
// "antfu.vite", // 在编辑器内预览/调试您的应用程序
// "antfu.iconify", // hover 内联显示相应的图标
"antfu.unocss", // 一款零配置的 CSS 框架
"vue.volar", // Vue 3 的开发必备扩展
"dbaeumer.vscode-eslint", // ESLint 支持
// "editorConfig.editorConfig", // EditorConfig 支持
// "uni-helper.uni-highlight-vscode", // 对条件编译的代码注释部分提供了语法提示、高亮、折叠
// "uni-helper.uni-app-snippets-vscode" // uni-app 基本能力代码片段。
// "uni-helper.uni-ui-snippets-vscode" // uni-ui 基本能力代码片段
// "uni-helper.uni-helper-vscode" // Uni Helper 扩展包集合
]
}