Beta v2.6.0.2
Pre-release
Pre-release
With this release I reorganized a lot of the code.
Features:
- Working Directory Management: You can now manage the working directory the same way you can manage the Environment variables, which was added in the last release. (Thanks to belkiss)
- Disable Extension: The extension is now disabled by default and only enables itself if it finds a *.args.json file or an entry in the *.suo file. When disabled the extension can be enabled by clicking the button in the extension window. This enables the extension for the current solution, with a flag saved to the *.suo file. If this behavior is not desired it can be modified in the Options with one of four modes:
- Enable if a *.arg.json file or an entry in the *.suo file is found (this is the default)
- Enable if a *.arg.json file is found
- Always ask for new Solutions
- Enable by default (old behavior)
Bugfixes:
- Settings wiped: Fixed a bug that wiped the settings after restarting Visual Studio.