microsoftfeedback / WinDbg-Feedback

Public issue and feedback tracking for WinDbg Preview.
Creative Commons Attribution 4.0 International
47 stars 12 forks source link

Unload Extension Galleries #46

Open repnz opened 4 years ago

repnz commented 4 years ago

Hello, I was experimenting with extension repositories but I want to unload them, I can't manage to unload them. I tried the following:

  1. .settings save <config_file>
  2. Removed the extension galleries from the XML file
  3. .settings load <config_file>

It did not work..

repnz commented 4 years ago

The only thing that worked for me is to set the "IsEnabled" flag of the added extension galleries to "false" then save / load (they still appear in my settings but with IsEnabled = false)