Skip to content

Commit

Permalink
Update debugger.md (#5210)
Browse files Browse the repository at this point in the history
I noticed debugger.md still had a reference to project.json. This removes it.
  • Loading branch information
gregg-miskelly authored May 13, 2022
1 parent eec6776 commit 14351c3
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 @@ -41,7 +41,7 @@ VS Code needs to be configured so it understands how to build your project and d
* Tasks.json is used to configure what command line command is executed to build your project, and launch.json configures the type of debugger you want to use, and what program should be run under that debugger.
* Launch.json configures VS Code to run the build task from tasks.json so that your program is automatically up-to-date each time you go to debug it.

If you open the folder containing your project.json, the C# extension can automatically generate these files for you if you have a basic project. When you open a project and the C# extension is installed, you should see the following prompt in VS Code:
If you open the folder containing your project, the C# extension can automatically generate these files for you if you have a basic project. When you open a project and the C# extension is installed, you should see the following prompt in VS Code:

![Info: Required assets to build and debug are missing from your project. Add them? Yes | Close](https://raw.githubusercontent.com/wiki/OmniSharp/omnisharp-vscode/images/info-bar-add-required-assets.png)

Expand Down

0 comments on commit 14351c3

Please sign in to comment.