Support Debug Welcome Panel#5503
Merged
WardenGnaw merged 2 commits intomasterfrom Jun 15, 2020
Merged
Conversation
pieandcakes
approved these changes
May 15, 2020
Member
Author
Contributor
|
@WardenGnaw which document does this link to? |
Contributor
|
Got it. I think it might be more helpful to link to this debug config doc, since at this point the customer is probably trying to learn about launch.json as they need to create one. Then we can change the button text to "Learn more about launch.json" or "Learn more about configuring C/C++ debugging". Also, is the primary action we want customers to take to click on "Run and debug"? If so, maybe the link to documentation should just be a string with a hyperlink rather than a button: "To learn more about launch.json, see Configuring C/C++ debugging." Let me know what you think. |
sean-mcmanus
approved these changes
May 21, 2020
This PR enables the Debug Welcome Panel for c/cpp languages.
4664569 to
e062dfa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enables the Debug Welcome Panel for c/cpp languages.
This allows us to add content to the Debug Welcome Screen (no .vscode tasks or launch). at the moment I am just adding the C/C++ documentation.
Clicking on “Run and Debug” gives the “Run and Debug Active File” experience.
Linked Issue: #4837