add instruction to switch to cmd prompt
This commit is contained in:
24
docs/day0.md
24
docs/day0.md
@@ -36,24 +36,38 @@ Your most important tool as a programmer is a proper editor. It should offer you
|
|||||||
|
|
||||||
1. Head to <https://code.visualstudio.com/>
|
1. Head to <https://code.visualstudio.com/>
|
||||||
|
|
||||||
2. Click on the download link
|
1. Click on the download link
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3. Run through the installer, select default options
|
1. Run through the installer, select default options
|
||||||
|
|
||||||
4. Open VSCode
|
1. Open VSCode
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
5. Uncheck "Show welcome page on startup"
|
1. Uncheck "Show welcome page on startup"
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
6. Close out of the welcome page
|
1. Close out of the welcome page
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
1. Open the terinal with <kbd>ctrl</kbd>+<kbd>~</kbd>
|
||||||
|
|
||||||
|
1. Click the dropdown that says `1: powershell` and click `Select Default Shell`
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
1. Select Command Prompt
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
1. Kill the terminal by clicking the trash can icon
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Create a "Projects" folder
|
### Create a "Projects" folder
|
||||||
|
|
||||||
I keep all my projects in a folder called "Projects" in my home directory. On Windows this is at `C:\Users\username\Projects`. Create this folder now. Bookmark it, put it in your favorites, don't lose it.
|
I keep all my projects in a folder called "Projects" in my home directory. On Windows this is at `C:\Users\username\Projects`. Create this folder now. Bookmark it, put it in your favorites, don't lose it.
|
||||||
|
|||||||
BIN
docs/img/day0/kill_terminal.png
Executable file
BIN
docs/img/day0/kill_terminal.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
docs/img/day0/select_cmd_prompt.png
Executable file
BIN
docs/img/day0/select_cmd_prompt.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
docs/img/day0/select_default_shell_windows.png
Executable file
BIN
docs/img/day0/select_default_shell_windows.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user