Rebuilding a Project from Scratch in Visual Studio Code with the nRF Connect Extension

Is there a way to rebuild (clean and build) a project in Visual Studio Code with the nRF Connect Extension?  A web search shows how to do it with the CMake Extension (https://forum.onethinx.com/t/vscode-how-to-do-reconfigure-and-clean-build/336), but this apparently has to be disabled in order for the nRF Connect Extension to work.  From time-to-time, I do see VSC asking if I want to do a pristine build, but I don't know how to force that.

Related