Need to convert from synchronously autoloaded extension to ascynchronous for VS2019
Closed this issue · 2 comments
rold2007 commented
When loading this extension in VS2019 there's a warning that it is using a deprecated feature. i.e. loading synchronously instead of asynchronously.
See Microsoft's documentation about this issue.
tyoma commented
Hi David!
I've added the changes necessary for Visual Studio to load the extension asynchronously. Please, try the latest version - it shouldn't pop the 'deprecated api usage' message.
If you're satisfied with the change - please, close the issue.
thanks,
Artem
rold2007 commented
All good, no more warning message with version 1.4.606.0 (released on 2019-07-14).