File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments