Skip to content

Commit cb5288c

Browse files
authored
Changed 2 confusing instructions (#506)
* Changed 2 confusing instructions * Update windows_terminal.md
1 parent 167bd97 commit cb5288c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

_partials/windows_terminal.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,20 @@ We have circled in red the part you need to add:
5656

5757
![Windows Terminal JSON settings file](images/windows_terminal_settings_json.png)
5858

59-
First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory instead of the Windows one:
60-
- Locate the entry with both `"name": "Ubuntu",` and `"hidden": false,`
61-
- Add the following line after it:
59+
First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory instead of the Windows one.
60+
61+
- Place this line inside the { } block that contains "name": "Ubuntu" (like in the screenshot):
6262

6363
```bash
6464
"commandline": "wsl.exe ~",
6565
```
6666

6767
:warning: Do not forget the comma at the end of the line!
6868

69-
Then, let's disable warnings for copy-pasting commands between Windows and Ubuntu.
69+
Then, let's disable warnings for copy-pasting commands between Windows and Ubuntu:
7070

71-
Place this line inside the { } block that contains "name": "Ubuntu" (like in the screenshot):
71+
- Locate the line "defaultProfile": "{2c4de342-...}"
72+
- Add the following line after it:
7273

7374
```bash
7475
"warning.multiLinePaste": false,

0 commit comments

Comments
 (0)