Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions _includes/copilot-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@
<h4>Setting up GitHub Copilot in VSCode</h4>

<p>
In any VSCode window, click the Copilot icon near the bottom left corner of the bottom status bar and select "Use AI Features",
In any VSCode window, click the Copilot icon near the bottom right corner of the bottom status bar and select "Use AI Features",
then follow the prompts to sign in using GitHub.
</p>
<p>
<img src="{{ '/assets/images/setup-copilot-status-bar.png' | relative_url }}" alt="Copilot status bar">
</p>

<p>
This will give you access to the [Copilot free plan](https://docs.github.com/en/copilot/concepts/billing/individual-plans) in VSCode.
This will give you access to the
<a href="https://docs.github.com/en/copilot/concepts/billing/individual-plans">Copilot Free plan</a>
in VSCode.
</p>

<p>
To open the Copilot chat, go to **View > Chat**.
To open the Copilot chat, go to <strong>View &gt; Chat</strong>.
</p>

<p>
Reference: https://code.visualstudio.com/docs/copilot/setup
Reference:
<a href="https://code.visualstudio.com/docs/copilot/setup">https://code.visualstudio.com/docs/copilot/setup</a>
</p>
</div>
2 changes: 1 addition & 1 deletion _includes/extra-git-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h4>Git configuration</h4>

<p>
If you have never used Git on your computer, you may have to configure it.
The following instructions assume you have already created a GitHub account following the main <a href="{{ 'setup.html' | relative_url }}">Setup</a> page.
The following instructions assume you have already created a GitHub account following the main <a href="{{ site.url }}/setup/setup.html">Setup</a> page.
</p>

<p>
Expand Down
1 change: 1 addition & 0 deletions setup/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Verify that the extensions you have just installed appear in the list under `WSL
To open the terminal in your **WSL VSCode window** (if you do not already see
one at the bottom of the window), navigate to **View > Terminal** in
the top menu bar (or `` Ctrl+` ``).

This terminal in a WSL VSCode window is equivalent to the WSL2 Ubuntu terminal we get from opening the Ubuntu app itself
(e.g., from the **Start (Win key)** menu),
but with the advantage of having all the graphical features of VSCode at your disposal.
Expand Down
Loading