You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 14:20:09 +00:00
## [2.0.1] - 2020-03-19 When Visual Studio installation is compatible with C# 8.0, setup the language version to not prompt the user with unsupported constructs. (So far Unity only supports C# 7.3). Use Unity's TypeCache to improve project generation speed. Properly check for a managed assembly before displaying a warning regarding legacy PDB usage. Add support for selective project generation (embedded, local, registry, git, builtin, player).
19 lines
709 B
JSON
19 lines
709 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.1",
|
|
"unity": "2020.1",
|
|
"unityRelease": "0a12",
|
|
"dependencies": {},
|
|
"relatedPackages": {
|
|
"com.unity.ide.visualstudio.tests": "2.0.1"
|
|
},
|
|
"repository": {
|
|
"footprint": "29b3412db92c0d78a94e0fdcaf3aa46387f7b415",
|
|
"type": "git",
|
|
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
|
"revision": "f8cace3617b9248d18f3a982b22fa3fb527e7b9b"
|
|
}
|
|
}
|