Skip to content

Commit 06691ed

Browse files
committed
Raise scope
1 parent fa79d1f commit 06691ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.ide.visualstudio/Editor/VisualStudioCodeInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static bool TryDiscoverInstallation(string editorPath, out IVisualStudioI
118118
isPrerelease = manifest.version.ToLower().Contains("insider");
119119
}
120120
}
121-
catch (IOException)
121+
catch (Exception)
122122
{
123123
// do not fail if we are not able to retrieve the exact version number
124124
}

0 commit comments

Comments
 (0)