Skip to content

v2.3 - Bugfix #1

Compare
Choose a tag to compare
@Irame Irame released this 12 Jan 18:24
· 223 commits to master since this release

v2.3.1

Fixed a bug which occurred when "Show all projects" was switched on while the startup project was collapsed. This caused the selection to not be cleared correctly and actions were executed with the previously selected items inside the startup project.

v2.3.0

SmartCmdArgs-v2.3.0.vsix is the current marketplace version and supports VS 2015, 2017, 2019. This will be the last version supporting VS 2015.
SmartCmdArgs-vs2022-v2.3.0.vsix is a working test build for VS 2022 and will be uploaded to the marketplace in the near future.

Features

  • Added option to save all arguments in a JSON-file next to the solution. (#88)
  • Added a new settings dialog which can be accessed by clicking the wrench icon in the extension window. (Settings made there are saved inside a JSON-file next to the solution.)
  • We now use the font wich is configured in Visual Studio. (#99)
  • The space delimiter which is used to concatenate arguments can now be turned off per group or project. (#107)
  • Arguments which are read when using the extension the first time on a project are now placed in groups for the corresponding configuration/launch profile. (#69)
  • Added a feature to set arguments as default. These arguments are pre-checked if the solution is opened the first time. Further is it possible to reset the checked state of all (or some) arguments to this default state.
  • Added support for WSL Remote Debugger (#109, thanks to @Sharundaar)
  • Added support for google android native project arguments (#111, thanks to @irina88)

Bugfixes

  • Fixed issues with TreeItem focus handling (#106)
  • Fixed crash when create group from selection (#103)
  • Fixed error when deleting and clicking at the same time.
  • Fixed an bug, where after a project reload no startup project was detected. (#92, #94)
  • Fixed bug saving the args to JSON when IsUseSolutionDirEnabled is set.
  • Fixed a bug where the .args.json where still written next to the solution even if version control support was disabled.
  • Fixed a crash when a shared project is in the solution (#113)