Skip to content

Commit bb97576

Browse files
authored
Merge branch 'master' into feature/no-ps-remote-picker
2 parents dd60a76 + 14351c3 commit bb97576

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
@@ -41,7 +41,7 @@ VS Code needs to be configured so it understands how to build your project and d
4141
* 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.
4242
* 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.
4343

44-
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:
44+
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:
4545

4646
![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)
4747

0 commit comments

Comments
 (0)