There are three enhancements we want to make, then we can restart the feature experiment 1. Add a when clause for the presence of CMakeLists.txt. When we detect CMakeLists.txt: - Hide the steps for Edit IntelliSense Configuration and Run and Debug C++ file - Show step for Install CMake Tools (Current behavior is to show all three of these steps always) - Dependent on https://github.com/microsoft/vscode/issues/121778 2. Add a completionEvent for already having a C++ build task / debug configuration. 3. #10537. Attached to this issue: - https://github.com/microsoft/vscode-cpptools/issues/8470#issuecomment-1009113288 _Originally posted by @jureid in https://github.com/microsoft/vscode-cpptools/issues/7273#issuecomment-863537462_
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)