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

The global "Enable version control support" setting is not available in VS2019 #132

Closed vrubleg closed 1 year ago

vrubleg commented 2 years ago

I wanted to turn off this setting:

Tools → Options → Smart Commandline Arguments → General → Enable version control support

But seems like there is no such setting: image

I don't ever need to commit my temporary debug settings, so I would like to disable this new feature for all projects.

Irame commented 1 year ago

We moved this option to the "wrench" icon but it will be saved to a JSON file. This doesn't solve your problem I think because you don't want additional files in the project. We could bring back a global default or something which takes precedence if there is no JSON config file.

vrubleg commented 1 year ago

Yeah, it would be great if there is a global setting that disables creation of this file.

Irame commented 1 year ago

With the next version the settings are saved within the suo file. Their is still an option to save settings in an JSON to sync it via source control. In addition the default of every setting can now be configured in the Options for the VS installation.

vrubleg commented 1 year ago

Thank you so much!

Irame commented 1 year ago

FYI: There was a bug in the 2.4 version where the options where not saved. I've fixed it and released the fixed version 2.4.1.