You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-16 07:20:06 +00:00
com.unity.ide.visualstudio@2.0.15
## [2.0.15] - 2022-03-21 Integration: - Improved project generation performance. - Added support for keeping file/folder structure when working with external packages. - Fixed project generation not being refreshed when selecting Visual Studio as the preferred external editor.
This commit is contained in:
11
package.json
11
package.json
@@ -2,21 +2,24 @@
|
||||
"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.14",
|
||||
"version": "2.0.15",
|
||||
"unity": "2019.4",
|
||||
"unityRelease": "25f1",
|
||||
"dependencies": {
|
||||
"com.unity.test-framework": "1.1.9"
|
||||
},
|
||||
"relatedPackages": {
|
||||
"com.unity.ide.visualstudio.tests": "2.0.14"
|
||||
"com.unity.ide.visualstudio.tests": "2.0.15"
|
||||
},
|
||||
"upm": {
|
||||
"changelog": "Integration:\n\n- Improved project generation performance.\n- Added support for keeping file/folder structure when working with external packages.\n- Fixed project generation not being refreshed when selecting Visual Studio as the preferred external editor."
|
||||
},
|
||||
"upmCi": {
|
||||
"footprint": "8aa1049966a0586c636698ec81d764940b1dbe44"
|
||||
"footprint": "d5d60c3083dbc14a4be33dc1f8c4e7fe147ffb74"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
|
||||
"type": "git",
|
||||
"revision": "f1e8af5df9e2507088a8622d173c9a7d5a03a882"
|
||||
"revision": "ca1ece42f5a2c5484ba15a15bb975ccc1f6a1a3c"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user