Skip to content

Commit 6f104c6

Browse files
authored
Add links directly to Copilot Chat in VS Code in "Learning to debug..." (#55410)
1 parent 740550c commit 6f104c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/get-started/learning-to-code/learning-to-debug-with-github-copilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Unfortunately, we get some error text in our terminal ending with the following
6969

7070
#### Debugging the file
7171

72-
To understand what this error means, press <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>I</kbd> (Windows/Linux) or <kbd>Command</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd> (Mac) to **open {% data variables.product.prodname_copilot_chat_short %}**, then paste and send the following prompt:
72+
To understand what this error means, [open {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode_shortname %}](vscode://GitHub.Copilot-Chat), then paste and send the following prompt: <!-- markdownlint-disable-line GHD003 -->
7373

7474
```text copy
7575
Explain in depth why my code produces the following error and how I can fix it:
@@ -111,7 +111,7 @@ Unfortunately, the code isn't working as expected. We want it to return `720`, t
111111
112112
#### Debugging the file
113113
114-
To understand what went wrong, open {% data variables.product.prodname_copilot_chat_short %} and send the following prompt:
114+
To understand what went wrong, [open {% data variables.product.prodname_copilot_chat_short %}](vscode://GitHub.Copilot-Chat) and send the following prompt: <!-- markdownlint-disable-line GHD003 -->
115115
116116
```text copy
117117
Why is the output of this code so much higher than expected? Please explain in depth and suggest a solution.

0 commit comments

Comments
 (0)