mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-06 16:16:44 +08:00
- 根据 VS Code 当前界面语言在英文和简体中文之间切换主要工具界面文本 - 实现配置验证消息的本地化支持,包括数组、标量、枚举等类型的错误提示 - 添加完整的 VS Code 扩展框架,支持配置文件浏览、验证和表单预览 - 实现批量编辑功能,支持对同一配置域内的多个 YAML 文件执行字段更新 - 集成诊断功能,在编辑器中显示配置验证错误和警告 - 提供树形视图展示配置目录结构和文件列表
15 lines
902 B
JSON
15 lines
902 B
JSON
{
|
|
"extension.displayName": "GFramework Config Tool",
|
|
"extension.description": "VS Code tooling for browsing, validating, and editing AI-First config files in GFramework projects.",
|
|
"view.gframeworkConfig.name": "GFramework Config",
|
|
"command.refresh.title": "GFramework Config: Refresh",
|
|
"command.openRaw.title": "GFramework Config: Open Raw File",
|
|
"command.openSchema.title": "GFramework Config: Open Schema",
|
|
"command.openFormPreview.title": "GFramework Config: Open Form Preview",
|
|
"command.batchEditDomain.title": "GFramework Config: Batch Edit Domain",
|
|
"command.validateAll.title": "GFramework Config: Validate All",
|
|
"configuration.title": "GFramework Config",
|
|
"configuration.configPath.description": "Relative path from the workspace root to the config directory.",
|
|
"configuration.schemasPath.description": "Relative path from the workspace root to the schema directory."
|
|
}
|