Skip to content

Restore refined “Fixing Bugs with AI” tutorial content - #1

Merged
hub966 merged 2 commits into
development-fixesfrom
copilot/afec5ce96c8412f11e3401e0c2e56287ccf20f0f
Jul 25, 2026
Merged

Restore refined “Fixing Bugs with AI” tutorial content#1
hub966 merged 2 commits into
development-fixesfrom
copilot/afec5ce96c8412f11e3401e0c2e56287ccf20f0f

Conversation

Copilot AI commented Jul 25, 2026

Copy link
Copy Markdown

The fixing-bugs-with-ai tutorial had drifted from the refined version in afec5ce, dropping part of the guidance and reintroducing formatting inconsistencies. This update realigns the document with the intended tutorial flow and content.

  • Content parity

    • Restore the missing Verify Your Results section.
    • Restore the intended image reference for the final file-context example.
    • Bring the tutorial body back in line with the refined commit content.
  • Structure cleanup

    • Revert unintended numbered-list formatting under standalone context methods.
    • Preserve the step hierarchy so the “four ways to add a file as context” section reads consistently.
  • Docs accuracy

    • Ensure the complex-issue flow points to the expected UI example and verification guidance.
## Verify Your Results

- Open the **Problems panel** using `Ctrl+Shift+M` (Windows/Linux) or `Cmd+Shift+M` (Mac) and confirm the error count has decreased or shows zero.
- Check that red squiggly underlines are no longer visible in the editor for the lines you fixed.
- Run your application and confirm the affected features work correctly without new errors in the console or UI.

@hub966
hub966 marked this pull request as ready for review July 25, 2026 23:52
Copilot AI review requested due to automatic review settings July 25, 2026 23:52
@hub966
hub966 merged commit 9135ad9 into development-fixes Jul 25, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants