Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
- 基于 Vben Admin 5.7.0,仅保留 web-antd 版本 - 删除多余 UI 版本(antdv-next/ele/naive/tdesign) - 删除 backend-mock(已对接真实 .NET 后端) - 删除 playground 和 docs - 添加 Jenkinsfile CI/CD
35 lines
1011 B
JSON
35 lines
1011 B
JSON
{
|
|
"recommendations": [
|
|
// Vue 3 的语言支持
|
|
"Vue.volar",
|
|
// 将 eslint 集成到 VS Code 中。
|
|
"dbaeumer.vscode-eslint",
|
|
// 将 oxlint 集成到 VS Code 中。
|
|
"oxc.oxc-vscode",
|
|
// Visual Studio Code 的官方 Stylelint 扩展
|
|
"stylelint.vscode-stylelint",
|
|
// 使用 oxfmt 的代码格式化程序
|
|
"oxc.oxc-vscode",
|
|
// 支持 dotenv 文件语法
|
|
"mikestead.dotenv",
|
|
// YAML 语言支持,供 ESLint 校验 pnpm-workspace.yaml 等文件
|
|
"redhat.vscode-yaml",
|
|
// 源代码的拼写检查器
|
|
"streetsidesoftware.code-spell-checker",
|
|
// Tailwind CSS 的官方 VS Code 插件
|
|
"bradlc.vscode-tailwindcss",
|
|
// iconify 图标插件
|
|
"antfu.iconify",
|
|
// i18n 插件
|
|
"Lokalise.i18n-ally",
|
|
// CSS 变量提示
|
|
"vunguyentuan.vscode-css-variables",
|
|
// 在 package.json 中显示 PNPM catalog 的版本
|
|
"antfu.pnpm-catalog-lens"
|
|
],
|
|
"unwantedRecommendations": [
|
|
// 和 volar 冲突
|
|
"octref.vetur"
|
|
]
|
|
}
|