-
Notifications
You must be signed in to change notification settings - Fork 215
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.18 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"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.27",
"unity": "2021.3",
"dependencies": {
"com.unity.test-framework": "1.1.33"
},
"relatedPackages": {
"com.unity.ide.visualstudio.tests": "2.0.27"
},
"_upm": {
"changelog": "Integration:\n\n- Fix Visual Studio Integration to properly wait for the solution to be opened.\n\nProject generation:\n\n- Disable Workspace-based development feature in `settings.json`.\n- Ensure that we only have one `sln` or `slnx` file at a time.\n- Properly handle filenames with special characters in `link` tags."
},
"upmCi": {
"footprint": "fbe53cb489c104d5a71aa22c9fe68419e0e95f22"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ide.visualstudio@2.0/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.visualstudio.git",
"type": "git",
"revision": "4b2a3082a6e79faf658e8d766c820083b736eed6"
}
}