Files
com.unity.ide.cursor/package.json
Unity Technologies ad189f9be4 com.unity.ide.visualstudio@2.0.1
## [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).
2020-03-19 00:00:00 +00:00

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"
}
}