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
When using Visual Studio Tools for Unity and opening a C# script file from within the Unity editor, Visual Studio 2017 will freeze with this extension enabled. The "Loading Solution" progress bar spins forever and tapping on Visual Studio causes the window to turn white (unresponsive).
If you attach to the Visual Studio process and change the current thread to the Main thread, you'll see that SnipptDesigner is stuck trying to show its main Form().
The text was updated successfully, but these errors were encountered:
When using Visual Studio Tools for Unity and opening a C# script file from within the Unity editor, Visual Studio 2017 will freeze with this extension enabled. The "Loading Solution" progress bar spins forever and tapping on Visual Studio causes the window to turn white (unresponsive).
If you attach to the Visual Studio process and change the current thread to the Main thread, you'll see that SnipptDesigner is stuck trying to show its main Form().
The text was updated successfully, but these errors were encountered: