When you are developing a Visual Studio Package project or any VSIX project, by default your application
will be set to start debugging in a Visual Studio Experimental instance. This is in a bid to safeguard your
Visual Studio development environment from untested extensions that might change it. Visual Studio
Experimental Instance is an instance of Visual Studio that has its own registry, settings, extension.
This Instance enables developers to test extensions without breaking development environment.
As the VSIX package testing accumulates, there is the possibility of corrupting test environment.
This tool resets and clean the Experimental Instance, presenting you with a pristine environment you
have the first time you start the Visual Studio experimental instance.
See the changelog for changes and roadmap.
Features
- Reset and Clean Visual Studio Experimental Instance
Reset Exp Instance
In Visual Studio's top menu under Tools, a new command is now visible:
Clicking the Reset Experimental Instance button will prompt you to confirm the resetting process.
The progress of the resetting process. When it finishes, the progress form will close.
Contribute
Check out the contribution guidelines if you want to contribute to this project.
For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.
License
Apache 2.0