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

uni-app-schemas

Uni Helper

|
9,306 installs
| (0) | 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

@uni-helper/uni-app-schemas-vscode

License

VSCode

OpenVSX

改动日志

插件特性

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

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

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

使用

安装插件后重启 VSCode 即可。

不使用插件

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

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

额外推荐

请查看 uni-helper 插件说明。

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft