You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are planning updates to improve the initial workspace configuration experience with Makefiles. The proposed solution will mirror the CMake Tools extension.
On initial workspace open:
Prompt the user once if they would like to configure their Makefile project via simple popup when the workspace is trusted and they have the extension installed with a Makefile (Yes/no). If they select no, persist that response as a setting. Popup will not reappear.
If they select no: prompt the user "Do you want to configure projects on opening" (Never/Not this workspace). Persist response as a setting. Popup will not reappear.
If they select yes, prompt the user "Always configure projects upon opening?" (Yes/Noo). Persist response as a setting. Popup will not reappear
Popup will reappear if user just clicks out of popup and does not give a response
Remove dry-run popup entirely
The text was updated successfully, but these errors were encountered:
We are planning updates to improve the initial workspace configuration experience with Makefiles. The proposed solution will mirror the CMake Tools extension.
On initial workspace open:
The text was updated successfully, but these errors were encountered: