diff --git a/_includes/copilot-setup.html b/_includes/copilot-setup.html index 9ae64ce..3660bee 100644 --- a/_includes/copilot-setup.html +++ b/_includes/copilot-setup.html @@ -2,7 +2,7 @@

Setting up GitHub Copilot in VSCode

- 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.

@@ -10,14 +10,17 @@

Setting up GitHub Copilot in VSCode

- 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 + Copilot Free plan + in VSCode.

- To open the Copilot chat, go to **View > Chat**. + To open the Copilot chat, go to View > Chat.

- Reference: https://code.visualstudio.com/docs/copilot/setup + Reference: + https://code.visualstudio.com/docs/copilot/setup

diff --git a/_includes/extra-git-setup.html b/_includes/extra-git-setup.html index 600b6b7..672b032 100644 --- a/_includes/extra-git-setup.html +++ b/_includes/extra-git-setup.html @@ -3,7 +3,7 @@

Git configuration

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 Setup page. + The following instructions assume you have already created a GitHub account following the main Setup page.

diff --git a/setup/windows.md b/setup/windows.md index fb06aa9..6c0afab 100644 --- a/setup/windows.md +++ b/setup/windows.md @@ -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.