forked from microsoft/PowerToys
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the "uninstall&reload doesn't load extensions" thing....
But it's probably overkill. I think I really only need the things in ExtensionService. The problem was that TopLevelCommandManager iterates over the installed extensions on a reload, but SIMULTANEOUSLY, the ExtensionService gets the notification that the extension was uninstalled, and it fuckin blows away the whole _installedExtensions cache
- Loading branch information
Showing
3 changed files
with
92 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters