You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to save the command line arguments to a json file. In my setup, the solution file is generated by CMake in a build directory. Since this build directory tends to be deleted regularly, I want to save the command line arguments somewhere else.
I use these settings:
When I create some command line settings, these are stored nicely in a json file at C:\workspace<Solution Name>.args.json. Opening this json file shows the correct values as well.
However, if I restart visual studio and open the same solution, these values are not loaded. I.e. the command line argument window will be empty. Shortly after opening the solution, the file at C:\workspace<Solution Name>.args.json is deleted. At this point, inputting new command line arguments will create a new .args.json file, which is then also deleted upon restarting.
I'm using Visual Studio 2017.
The text was updated successfully, but these errors were encountered:
Thanks for using our extension and reaching out to us with you problem.
Yes, this was an issue with the latest version. Could you try the latest prerelease v3.0.2 and report back if the issue persists?
Hi, version 3.1.0 is the same as 2.6.0.
I had to do this because I needed to roll back the release of 3.0 and the VS Market Place does not allow the removal of a version, so I needed to upload a newer version.
I'm trying to save the command line arguments to a json file. In my setup, the solution file is generated by CMake in a build directory. Since this build directory tends to be deleted regularly, I want to save the command line arguments somewhere else.
I use these settings:
When I create some command line settings, these are stored nicely in a json file at C:\workspace<Solution Name>.args.json. Opening this json file shows the correct values as well.
However, if I restart visual studio and open the same solution, these values are not loaded. I.e. the command line argument window will be empty. Shortly after opening the solution, the file at C:\workspace<Solution Name>.args.json is deleted. At this point, inputting new command line arguments will create a new .args.json file, which is then also deleted upon restarting.
I'm using Visual Studio 2017.
The text was updated successfully, but these errors were encountered: