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
When a user clicks on the "Check for a C++ Compiler" we need to pull up the select a compiler quickpick. If they then select the "help me install a compiler" we need to redirect them back to the walkthrough rather than to docs.
We need to check whether in step 1, by adding the compiler quickpick, we already configured intellisense. If this is the case, we should automatically check the "Configure C++ Intellisense" box.
We also need to update the svgs for the new debugger step and the run/debug step. These are in progress.
There are three enhancements we want to make, then we can restart the feature experiment
Add a when clause for the presence of CMakeLists.txt. When we detect CMakeLists.txt:
(Current behavior is to show all three of these steps always)
Add a completionEvent for already having a C++ build task / debug configuration.
Update Images/Markdown in Getting started walkthrough #10537. Attached to this issue:
Originally posted by @jureid in #7273 (comment)
The text was updated successfully, but these errors were encountered: