Skip to content

Commit 32e7dfa

Browse files
joseph4twgregg-miskelly
authored andcommitted
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.
1 parent d6402bd commit 32e7dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The first time that C# code is opened in VS Code, the extension will download th
3939
The following steps have to executed for every project.
4040

4141
##### 1: Get a project
42-
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:
42+
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:
4343

4444
cd ~
4545
mkdir MyApplication

0 commit comments

Comments
 (0)