File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -453,13 +453,13 @@ It should open the terminal settings:
453453
454454You may see an orange circle rather than a penguin as the logo for Ubuntu.
455455
456- We have circled in red the part you need to change :
456+ We have circled in red the part you need to add :
457457
458458![ Windows Terminal JSON settings file] ( images/windows_terminal_settings_json.png )
459459
460460First, let's ask Ubuntu to start directly inside your Ubuntu Home Directory instead of the Windows one:
461- - Locate the entry with both ` "name": "Ubuntu", ` and ` "hidden": false, `
462- - Add the following line after it :
461+
462+ Place the following command line inside the { } block that contains "name": "Ubuntu" (like in the screenshot) :
463463
464464``` bash
465465" commandline" : " wsl.exe ~" ,
You can’t perform that action at this time.
0 commit comments