Skip to content

Commit

Permalink
Correct grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Hare authored and Emma Hare committed Jun 6, 2024
1 parent 33f7da1 commit e14d658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/installations/command_line_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Third, there's a really handy shortcut for opening everything within a project d

- **macOS**: Some setup is required. After installing VSCode, launch it any way you're comfortable with. Once it's running, open the Command Palette with <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>. In the little dialog that appears, type `shell command`. One of the choices that appears will be `Shell Command: Install 'code' command in PATH`. Select that option, and restart the terminal if you have it open.

- **WSL2**: Opening up VSCode from the command line in WSL2 is just as easy as it is in Linux. Just enter `code` which will open VSCode in WSL2.
- **WSL2**: Opening up VSCode from the command line in WSL2 is just as easy as it is in Linux. Just enter `code`, which will open VSCode in WSL2.

### Assignment

Expand Down

0 comments on commit e14d658

Please sign in to comment.