Closed djfooks closed 1 year ago
This happens because we only update the project configuration on the "ProjectBeforeRun" event (see code).
The solution would be to also update the configuration every time the tree is changed. I don't know if that would bring some unwanted side effects, but I think it would be fine.
This would also fix #65. (Except for cases where only the project configuration, target platform, or launch profile changes.)
To reproduce
Observe that the application is not started with the changed arguments. Stopping and starting again gets the new arguments.