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
## [1.0.4] - 2019-04-12 - Fixing null reference issue for callbacks to AssetPostProcessor. - Ensure Path.GetFullPath does not get an empty string.
18 lines
643 B
JSON
18 lines
643 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": "1.0.4",
|
|
"unity": "2019.2",
|
|
"unityRelease": "0a7",
|
|
"dependencies": {},
|
|
"relatedPackages": {
|
|
"com.unity.ide.visualstudio.tests": "1.0.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.visualstudio.git",
|
|
"revision": "89fbb2a14dd60b56c2eb64eac1e574a40a105822"
|
|
}
|
|
}
|