Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing property options in visual studios angular app

I'm following this tutorial to create an Angular project with .Net Core backend in Visual Studios 2022:

Tutorial: Create an ASP.NET Core app with Angular in Visual Studio

However, I am not able to follow step 3 of "Set the project properties" section as I couldn't find the debugging options in the properties.

Set up project properties

enter image description here

Properties

enter image description here

like image 551
ZhongYu Avatar asked Jun 17 '26 04:06

ZhongYu


1 Answers

This is a known product bug that will likely be fixed shortly in a VS update.

The default path for the launch.json is under .vscode/launch.json. so if the launch.json is already there (all our templates put it there by default) then F5/debugging will work with no problems. So in most cases, the workaround is to just skip the step for accessing the config page.

The document has been changed (add a note), you can check it.

like image 142
Zhi Lv Avatar answered Jun 19 '26 19:06

Zhi Lv



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!