Walkthrough Improvement: Updated wording for "Customize Debugging" step #11320
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
In the "Customize Debugging" step of the walkthrough, we currently state:
"You can customize your debug configuration (e.g. to pass arguments to your program at run time) by selecting "Add Debug Configuration" to the right of the play button. The custom debug configuration is saved to your project's launch.json file"
However, at this point in the walkthrough, a user has only opened a cpp file as a single file. Seeing the gear icon to add a debug configuration is only available if they have opened their code in a folder. We need to instruct users in this step that they need to open their code in a folder.
Proposed new text for the "Customize debugging" step:
"To customize your debug configuration, select the Explorer in the activity bar and open a folder that includes your C++ file. Open the C++ file, and select "Add Debug Configuration" to the right of the play button. The new debug configuration is saved to your project's launch.json file."
The text was updated successfully, but these errors were encountered: