We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.7.9
macOS 13.4
粗看了一下,package.json 这里有问题
xmake-vscode/package.json
Line 680 in c02f7c1
根据 vscode 官方说明,这里应该符合 JSON Schema 的格式。 https://json-schema.org/understanding-json-schema/reference/array.html#id6
所以应当改为
{ "type": "array", "items": { "type": "string" } }
vscode 不标黄
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Xmake 版本
2.7.9
操作系统版本和架构
macOS 13.4
描述问题
粗看了一下,package.json 这里有问题
xmake-vscode/package.json
Line 680 in c02f7c1
根据 vscode 官方说明,这里应该符合 JSON Schema 的格式。
https://json-schema.org/understanding-json-schema/reference/array.html#id6
所以应当改为
期待的结果
vscode 不标黄
工程配置
No response
附加信息和错误日志
No response
The text was updated successfully, but these errors were encountered: