If a C# compile/build fails, I usually got a prompt whether to run the last successful build.
Somehow this dialog got turned off permanently. Now, if there is a compile error, VSC will automatically run the last successful build without a query, which is usually pretty useless and annoying.
How can I (a) get back the query, and then, if possible, (b) remove it, but in a way the last successful build is not executed?
Note: there is a documented procedure for Visual Studio, but I need the procedure for Visual Studio Code (latest version 1.61.0).
Thanx, Armin.
CodePudding user response: