-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search cmakelists only if user asks to configure #3276
Conversation
Also affects #3170 |
@vlavati Thanks for your contribution :) As a last step, could you please update CHANGELOG.md in the Improvements section of 1.16 with brief description of your change? You can also (optionally) give yourself credit (see the other entries in the changelog). |
@snehara99, It is done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vlavati This should be merged as soon as the checks finish!
This change addresses item #3025
This changes visible behavior while user opens folder/workspace without CMakeLists.txt
The following changes are proposed:
The purpose of this change
Comments #3025 (comment) propose
to wait to the dialog to select cmakelists and dismiss the prompt.
But it looks that user needs to do that each time, when he opens folder/workspace.
The proposed change allows that user selects his choice to not configure project once (if he persists his choice).
If user wants to configure project later, he is able to run command "CMake: Configure".