You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 22:30:10 +00:00
## [2.0.2] - 2020-05-27 Added support for solution folders. Only bind the messenger when the VS editor is selected. Warn when unable to create the messenger. Fixed an initialization issue triggering legacy code generation. Allow package source in assembly to be generated when referenced from asmref.
21 lines
726 B
JSON
21 lines
726 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.2",
|
|
"unity": "2020.1",
|
|
"unityRelease": "0a12",
|
|
"dependencies": {},
|
|
"relatedPackages": {
|
|
"com.unity.ide.visualstudio.tests": "2.0.2"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "07f6b10869c0df5a69cfdcba85bf56c904b6d15d"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
|
"type": "git",
|
|
"revision": "fe4c910c44c62de4bf224f458e3116184d414906"
|
|
}
|
|
}
|