Skip to content

Commit

Permalink
Remove "or use Command Prompt" (#1238)
Browse files Browse the repository at this point in the history
As noted by @rajkumar42 there is a command that won't work in Command Prompt (`cd ~`). Removing the option to use command prompt to avoid confusing other readers.
  • Loading branch information
joseph4tw authored and gregg-miskelly committed Mar 3, 2017
1 parent d6402bd commit 32e7dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The first time that C# code is opened in VS Code, the extension will download th
The following steps have to executed for every project.

##### 1: Get a project
You can start from scratch by creating an empty project with `dotnet new`. Begin by opening the terminal in Visual Studio Code (`View->Integrated Terminal`) or use Command Prompt and type these commands:
You can start from scratch by creating an empty project with `dotnet new`. Begin by opening the terminal in Visual Studio Code (`View->Integrated Terminal`) and type these commands:

cd ~
mkdir MyApplication
Expand Down

0 comments on commit 32e7dfa

Please sign in to comment.