-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "com.unitycoder.editors",
"displayName": "UnityCoder Editor Integration",
"description": "为 Unity 提供 Visual Studio Code 及其变体(Cursor、Antigravity、Trae、Trae CN、Kiro、Qoder、Qoder CN、Lingma、Devin)的代码编辑器集成支持。添加对生成 csproj 文件以实现智能提示、自动发现安装等功能。",
"version": "1.0.4",
"unity": "2021.3",
"dependencies": {
"com.unity.test-framework": "1.1.33"
},
"relatedPackages": {
"com.unitycoder.editor.integration.tests": "1.0.0"
},
"keywords": [
"vscode",
"unity",
"editor",
"integration",
"cursor",
"antigravity",
"trae",
"kiro",
"qoder",
"lingma",
"Devin",
"code editor"
],
"_upm": {
"changelog": "Version 1.0.4:\n\n- Updated README.md to sync version to 1.0.4\n- Updated EDITOR_VARIANT_REGISTRY.md documentation\n- Updated package.json version and metadata\n- Updated CHANGELOG.md with version history\n- Optimized editor variant registration configuration\n\nVersion 1.0.3:\n\n- Commented out all log output statements to reduce console noise\n- Optimized editor integration experience for cleaner development environment\n- Preserved log code for quick recovery when debugging is needed\n\nVersion 1.0.2:\n\n- Added VSCodeVariantRegistry editor variant registration management system\n- Added VSCodeVariantConfig editor configuration class\n- Implemented modular editor variant registration mechanism\n- Support for dynamic registration of new editor variants\n- Intelligent path detection and editor type recognition\n- Optimized editor discovery algorithm for improved accuracy\n\nVersion 1.0.0:\n\n- Support for Visual Studio Code and popular variants (Cursor, Antigravity, Trae, Trae CN, Kiro, Qoder, Lingma, Devin)\n- Automatic discovery of editor installations\n- Project file generation (.csproj and .sln)\n- Manual path specification with automatic version detection\n- Excludes Visual Studio auto-discovery"
},
"upmCi": {
"footprint": "unitycoder_editor_integration_v1.0.0"
},
"documentationUrl": "https://gitcode.com/Mosaulse/UnityCoder",
"repository": {
"url": "https://gitcode.com/Mosaulse/UnityCoder.git",
"type": "git",
"revision": "main"
}
}