Skip to content
Permalink
Browse files
added notes on changing shell
  • Loading branch information
aa7401 committed Sep 16, 2019
1 parent 2b7df97 commit 616b78e8925547e1d6b291ee4a7f3a5d8423831e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
@@ -5,6 +5,14 @@ In this worksheet you will learn how to configure your work environment using VS

If you are using Windows 10 you will also need to install [Git](https://git-scm.com/download/win), this may already be installed on a Coventry University computer.

Visual Studio Code comes with an integrated **Terminal** that can be used instead of the standard _Command Prompt_ or _Terminal_. If you are using Linux or MacOS this will give you a Bash prompt however on Windows 10 it defaults to the _Command Prompt_ and will need to be changed to the _Bash Shell_.

Press CTRL-SHIFT-P and a selection box should appear at the top of the editor. Type in `default shell` and click on the `Terminal: Select Default Shell` option.

![Changing the Default Shell in Windows 10](exercises/.images/windows_shell.png)

Now the integrated terminal uses the _Bash Shell_ meaning you can use the standard *nix bash commands!

## 1 Forking the Foundation Materials

You should start by logging in to the University GitHub server using your university username and password. Make sure you don't log into GitHub.com!
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 616b78e

Please sign in to comment.