Search code examples
c#vspackagevisual-studio-shell

Visual Studio Shell 2014 - hide exception settings tool window


I have an existing shell app and after the shell upgrade (from 12 to 14) the Exception settings tool window is included in the app.

I would like to hide it due to it makes no sense in my app.

Do you have any idea how to deregister it? I think closing automatically is not enough because the Windows/Reset Window layout open it again.

Thanks in advance


Solution

  • In the meanwhile I have found the solution. It is working when you add the followings to the pkgundef file:

    [$RootKey$\Packages\{d549bc66-c17b-4409-8729-583e60dc0bc1}]
    [$RootKey$\ToolWindows\{605322a2-17ae-43f4-b60f-766556e46c87}]
    

    it removes the VSDebugCoreUI package and the tool window