Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>[DEPRECATED] uni-app-schemasNew to Visual Studio Code? Get it now.
[DEPRECATED] uni-app-schemas

[DEPRECATED] uni-app-schemas

ModyQyW

|
22,899 installs
| (2) | Free
| Sponsor
校验 uni-app 中的 androidPrivacy.json、pages.json 和 manifest.json 格式。
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

[DEPRECATED] vscode-uni-app-schemas

该插件已废弃,请迁移到功能一致的 uni-helper.uni-app-schemas-vscode。

License

VSCode

OpenVSX

改动日志

插件特性

校验 uni-app 中的 androidPrivacy.json、pages.json 和 manifest.json 格式。

插件和文档的冲突之处,请以文档为准。

插件源代码在 ModyQyW/uni-helper。欢迎提交 ISSUE 和 PR 改进本插件。

使用

安装插件后重启 VSCode 即可。

不使用插件

在对应文件的顶部加入 "$schema" 字段即可。

{
  // github
  "$schema": "https://raw.githubusercontent.com/ModyQyW/uni-helper/main/packages/vscode-uni-app-schemas/schemas/androidPrivacy.json"
  "$schema": "https://raw.githubusercontent.com/ModyQyW/uni-helper/main/packages/vscode-uni-app-schemas/schemas/manifest.json"
  "$schema": "https://raw.githubusercontent.com/ModyQyW/uni-helper/main/packages/vscode-uni-app-schemas/schemas/pages.json"

  // gitee
  "$schema": "https://gitee.com/ModyQyW/uni-helper/raw/main/packages/vscode-uni-app-schemas/schemas/androidPrivacy.json"
  "$schema": "https://gitee.com/ModyQyW/uni-helper/raw/main/packages/vscode-uni-app-schemas/schemas/manifest.json"
  "$schema": "https://gitee.com/ModyQyW/uni-helper/raw/main/packages/vscode-uni-app-schemas/schemas/pages.json"
}

额外推荐

请查看 uni-helper 插件说明。

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft