From 32e7dfa20411ef606819873c7f201f0d55d79126 Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 3 Mar 2017 15:34:04 -0500 Subject: [PATCH] Remove "or use Command Prompt" (#1238) 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. --- debugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger.md b/debugger.md index 44c835c76..95f5cc590 100644 --- a/debugger.md +++ b/debugger.md @@ -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