You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-15 06:40:08 +00:00
## [2.0.12] - 2021-10-20 Integration: - Do not block asset opening when only a VS instance without a loaded solution is found. - Only check package version once per Unity session. - Improved support for Visual Studio For Mac 2022.
23 lines
771 B
JSON
23 lines
771 B
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.12",
|
|
"unity": "2019.4",
|
|
"unityRelease": "25f1",
|
|
"dependencies": {
|
|
"com.unity.test-framework": "1.1.9"
|
|
},
|
|
"relatedPackages": {
|
|
"com.unity.ide.visualstudio.tests": "2.0.12"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "bccd4d0383df110ebef0c62f85b5ac7cb9464de3"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
|
"type": "git",
|
|
"revision": "8d436ff053b9c59677b5e9799208143553cd02d9"
|
|
}
|
|
}
|