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.0] - 2019-11-06 - Improved Visual Studio and Visual Studio for Mac automatic discovery - Added support for the VSTU messaging system (start/stop features from Visual Studio) - Added support for solution roundtrip (preserves references to external projects and solution properties) - Added support for VSTU Analyzers (requires Visual Studio 2019 16.3, Visual Studio for Mac 8.3) - Added a warning when using legacy pdb symbol files. - Fixed issues while Opening Visual Studio on Windows - Fixed issues while Opening Visual Studio on Mac ## [1.1.1] - 2019-05-29 Fix Bridge assembly loading with non VS2017 editors ## [1.1.0] - 2019-05-27 Move internal extension handling to package.
18 lines
644 B
JSON
18 lines
644 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.0",
|
|
"unity": "2020.1",
|
|
"unityRelease": "0a12",
|
|
"dependencies": {},
|
|
"relatedPackages": {
|
|
"com.unity.ide.visualstudio.tests": "2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.visualstudio.git",
|
|
"revision": "a3fbcc6d9504b41b441ecf6caeb3bbc753d6d010"
|
|
}
|
|
}
|