Skip to content

v1.2

Compare
Choose a tag to compare
@MBulli MBulli released this 12 Jun 12:01
· 609 commits to master since this release

Version control support!

Before v1.2 all commandline arguments have been stored inside the solutions .suo-file which is usually ignored by version control systems. Starting with this version the extension stores the commandline arguments inside a json file at the same location as the related project file.

If this new behavior is not welcomed one can fallback to the 'old' mode via Options.
Tools → Options → Smart Commandline Arguments → General → Enable version control support

Other changes:

  • Support for NodeJS projects
  • Improved UI handling
  • Fixed solution folder handling #8
  • New hotkey Ins to insert an item (analogous to Del)
  • Holding down Alt while ticking an item will untick all other commands. This is useful if only one commandline argument should be active at a time.

Special thanks to our contributor @Cellule!