Restore refined “Fixing Bugs with AI” tutorial content - #1
Merged
hub966 merged 2 commits intoJul 25, 2026
Merged
Conversation
Copilot created this pull request from a session on behalf of
hub966
July 25, 2026 20:07
View session
hub966
approved these changes
Jul 25, 2026
hub966
approved these changes
Jul 25, 2026
hub966
marked this pull request as ready for review
July 25, 2026 23:52
There was a problem hiding this comment.
Pull request overview
Realigns the “Fixing Bugs with AI” tutorial with the previously refined version by restoring missing guidance and correcting formatting so the “add files as context” flow reads consistently.
Changes:
- Removes unintended numbered-list formatting for standalone context methods (Methods 1 & 2).
- Updates the final context example screenshot reference.
- Reintroduces the Verify Your Results section.
Comments suppressed due to low confidence (1)
code-studio/tutorials/fixing-bugs-with-ai.md:95
- This screenshot line is indented even though the numbered list prefix was removed. The indentation can cause the
<img>tag to be rendered as a code block, so the image may not display in the published docs.
Open the file with errors. The **Chat Panel** will suggest the file as context — click the file name in the chat to add it:
<img src="./tutorials-images/suggestion-context.png" alt="File suggestion appearing in the Chat Panel for adding as context" />
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+87
to
89
| Right-click the file in the **Explorer** and select **Add file to chat**: | ||
|
|
||
| <img src="./tutorials-images/Context-option.png" alt="Add file to chat option in the Explorer right-click context menu" /> |
| ``` | ||
|
|
||
| <img src="./tutorials-images/file-context (2).png" alt="Chat Panel showing an attached file as context with a prompt to fix errors" /> | ||
| <img src="./tutorials-images/Problem-context.png" alt="Chat Panel showing an attached file as context with a prompt to fix errors" /> |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The
fixing-bugs-with-aitutorial had drifted from the refined version inafec5ce, dropping part of the guidance and reintroducing formatting inconsistencies. This update realigns the document with the intended tutorial flow and content.Content parity
Structure cleanup
Docs accuracy