Home > Net >  Disable "Run last successful build" in Visual Studio Code (!)
Disable "Run last successful build" in Visual Studio Code (!)

Time:10-16

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:

It's saved in your VS Code Debug configuration

  • Related