Visual Studio Extension Development Tip
When you’re working on a Visual Studio extension, VS let’s you test it in an “Experimental Instance” of Visual Studio. This experimental instance has its own settings in the registry. This means that it can have it’s own theme as well. Since I have my main instance of Visual Studio set to to the Dark Theme, I like to set the experimental instance to the Light Theme. This way I can tell at a glance which one is which.
Comments