MBulli / SmartCommandlineArgs

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
GNU General Public License v2.0
98 stars 35 forks source link

Use default checked for new arguments #153

Closed Irame closed 6 months ago

Irame commented 1 year ago

If a argument is loaded for the first time on a machine then use the "default checked" value to set the checked state.

This is currently not possible because we only store which arguments are checked and not which are unchecked. So we can't distinguish between unchecked and newly loaded.

To solve this the Json format which is stored in the .suo file needs to be modified to also include unchecked arguments.