LostAlloy / LocalHistory-for-Visual-Studio

Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version.
https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio
17 stars 5 forks source link

UI thread freezes whtn LocalHistory is the only extension installed in VS 2019-preview #8

Open SugoiDev opened 5 years ago

SugoiDev commented 5 years ago

Issue was introduced in 2.1.2

If another marketplace extension is installed and enabled, it will not happen.

SugoiDev commented 5 years ago

I don't know much about this async business in VS, so I'm having trouble stabilizing this. Fixing it causes other strange behavior.

I might have to do some deeper refactorings to make this more manageable.