microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
184 stars 54 forks source link

Remove dry-run popup, replace with configureOnOpen questions #573

Closed gcampbell-msft closed 3 months ago

gcampbell-msft commented 3 months ago

Most importantly, this removes the problematic and frustrating to users dry-run pop-up.

When you open a workspace that has a Makefile, you will first be prompted with this pop-up.

image

Then, the makefile extension will start the configure process, and also give you this pop-up that will control what level we will save your choice in, either globally or only in this workspace. image

However, if you say no to the first pop-up, the configure process will not be started, and then you will be prompted with this:

image

This will allow you to either globally turn off configuring on open, or only for the current workspace.