Jean-Sébastien Pelletier

Results 2 issues of Jean-Sébastien Pelletier

Synchronous packages are now deprecated in VS2019. Conversion is not really complicated and should be relatively straight forward. Just follow the instructions on the following page: https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background?view=vs-2019 Thanks

Hi, I converted the package to async package. I've tested in VS2017 + VS2019 and it works. Fixed #7 Note: The package doesn't load in VS2015. I am not totally...