From 38175848a600fe8720052eb37942feca46a9a4cc Mon Sep 17 00:00:00 2001 From: tommy-yoon Date: Mon, 4 Oct 2021 23:16:39 +1300 Subject: [PATCH 1/3] add missing step of openeing the JSON settings file --- windows-10-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows-10-setup.md b/windows-10-setup.md index 43763e2..61828d8 100644 --- a/windows-10-setup.md +++ b/windows-10-setup.md @@ -16,6 +16,8 @@ VIDEO WALKTHOUGH: https://youtu.be/pwn4zknR5TU - If it says installing for more than 5 minutes, close the Ubuntu window and re-open it 1. Configure your Windows Terminal - Open your Windows Terminal application and select the dropdown next to the new tab button then select Settings + - Click "Open JSON file" at the bottom left on the Settings screen + - If you are asked which application to use to open the JSON settings file, choose VS Code - Scroll down until you find this section: ```js From 4a9f30011292c72481ffadfd540ac3b3e96021b7 Mon Sep 17 00:00:00 2001 From: tommy-yoon Date: Mon, 4 Oct 2021 23:29:00 +1300 Subject: [PATCH 2/3] Correct the extension name to "Remote - WSL" from "WSL - Remote" --- vs-code-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs-code-setup.md b/vs-code-setup.md index 89526d7..2d6a2ff 100644 --- a/vs-code-setup.md +++ b/vs-code-setup.md @@ -7,7 +7,7 @@ Follow these steps in order. ## 1. Install VS Code extensions * ESLint - * WSL - Remote (Windows 10 only) + * Remote - WSL (Windows 10 only) * Live Share (online students only) * GitLens (optional, but recommended) * vscode-icons (optional, but pretty :wink:) From de10b4e14221b8e33ea51a8b12974cce8fba3c69 Mon Sep 17 00:00:00 2001 From: tommy-yoon Date: Tue, 5 Oct 2021 08:25:01 +1300 Subject: [PATCH 3/3] add "any text editor" for the JSON settings file edit --- windows-10-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-10-setup.md b/windows-10-setup.md index 61828d8..9ff8c1d 100644 --- a/windows-10-setup.md +++ b/windows-10-setup.md @@ -17,7 +17,7 @@ VIDEO WALKTHOUGH: https://youtu.be/pwn4zknR5TU 1. Configure your Windows Terminal - Open your Windows Terminal application and select the dropdown next to the new tab button then select Settings - Click "Open JSON file" at the bottom left on the Settings screen - - If you are asked which application to use to open the JSON settings file, choose VS Code + - If you are asked which application to use to open the JSON settings file, choose VS Code or any text editor software - Scroll down until you find this section: ```js