27 lines
1.3 KiB
JSON
27 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "com.unity.ide.visualstudio",
|
||
|
"displayName": "Visual Studio Editor",
|
||
|
"description": "Code editor integration for supporting Visual Studio as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
|
||
|
"version": "2.0.22",
|
||
|
"unity": "2019.4",
|
||
|
"unityRelease": "25f1",
|
||
|
"dependencies": {
|
||
|
"com.unity.test-framework": "1.1.9"
|
||
|
},
|
||
|
"relatedPackages": {
|
||
|
"com.unity.ide.visualstudio.tests": "2.0.22"
|
||
|
},
|
||
|
"_upm": {
|
||
|
"changelog": "Integration:\n\n- Add support for `XDG_DATA_DIRS` and `.desktop` files on Linux for `VS Code` discovery.\n- Use compile-time platform-specifics instead of using runtime conditions.\n\nProject generation:\n\n- Suppress `USG0001` warnings.\n- Mark referenced assemblies as private (to not copy extra files to output directory when building).\n- Add Unity capability to SDK-Style projects.\n- Prevent circular dependency errors with SDK-Style projects."
|
||
|
},
|
||
|
"upmCi": {
|
||
|
"footprint": "0b7347d4363afca9be389b61f0e25489ae3995b8"
|
||
|
},
|
||
|
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ide.visualstudio@2.0/manual/index.html",
|
||
|
"repository": {
|
||
|
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
||
|
"type": "git",
|
||
|
"revision": "700b44077345e97d37d464ff25507638983aed64"
|
||
|
}
|
||
|
}
|