You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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."