chore(vscode-config-extension): 更新发布者名称为大写格式

- 将 publisher 字段从 gewuyou 更改为 GeWuYou
- 保持其他配置信息不变
This commit is contained in:
GeWuYou 2026-04-01 23:00:03 +08:00
parent 4c6deb4097
commit 9e3efa04c7

View File

@ -3,14 +3,14 @@
"displayName": "GFramework Config Tool", "displayName": "GFramework Config Tool",
"description": "VS Code tooling for browsing, validating, and editing AI-First config files in GFramework projects.", "description": "VS Code tooling for browsing, validating, and editing AI-First config files in GFramework projects.",
"version": "0.0.1", "version": "0.0.1",
"publisher": "gewuyou", "publisher": "GeWuYou",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/GeWuYou/GFramework.git", "url": "https://github.com/GeWuYou/GFramework.git",
"directory": "tools/vscode-config-extension" "directory": "tools/vscode-config-extension"
}, },
"homepage": "https://github.com/GeWuYou/GFramework/tree/main/tools/vscode-config-extension", "homepage": "https://github.com/GeWuYou/GFramework/tree/main/tools/gframework-config-tool",
"bugs": { "bugs": {
"url": "https://github.com/GeWuYou/GFramework/issues" "url": "https://github.com/GeWuYou/GFramework/issues"
}, },