You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-15 23:10:06 +00:00
com.unity.ide.visualstudio@2.0.12
## [2.0.12] - 2021-10-20 Integration: - Do not block asset opening when only a VS instance without a loaded solution is found. - Only check package version once per Unity session. - Improved support for Visual Studio For Mac 2022.
This commit is contained in:
@@ -41,7 +41,8 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
||||
if (!VisualStudioEditor.IsEnabled)
|
||||
return;
|
||||
|
||||
_listRequest = UnityEditor.PackageManager.Client.List();
|
||||
if (!SessionSettings.PackageVersionChecked)
|
||||
_listRequest = UnityEditor.PackageManager.Client.List();
|
||||
|
||||
RunOnceOnUpdate(() =>
|
||||
{
|
||||
@@ -148,6 +149,8 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
||||
{
|
||||
Debug.LogWarning($"Visual Studio Editor Package version {package.versions.latest} is available, we strongly encourage you to update from the Unity Package Manager for a better Visual Studio integration");
|
||||
}
|
||||
|
||||
SessionSettings.PackageVersionChecked = true;
|
||||
}
|
||||
|
||||
_listRequest = null;
|
||||
|
||||
Reference in New Issue
Block a user