-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to use AsyncPackage with background load #236
Comments
@madskristensen Do you have any data on Viasfora causing bad performance at load? (or anywhere else, for that matter) I'd be happy to take a look and see what can be improved. Adding Async package support is unlikely to happen in the near term until I drop support for VS2012 and VS2013, which still make up about 14-15% of my users. Another alternative that would likely have the same close result, though, would be making the load a lot simpler. Most of the stuff there could probably happen somewhere else on demand, except for the command menus initialization. Is there another way to do that which does not require messing with the package load? |
Damn, I didn't see the support for VS2012/2013. If I saw that I wouldn't have opened this bug. Feel free to close it. No, I have no data on slow perf. I was just going through the top extensions and opened bug on any extension that uses |
I looked at the I did, however, manage to mostly refactor the code with only minor loss of functionality so that Closing this for now, but if you thing there's anything else I can/need do to ensure a good experience for users and continue supporting the VS rules, let me know. |
That's awesome!!! 👍 |
See more here https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background
The text was updated successfully, but these errors were encountered: