ASP.NET + ReactTS project, how to debug with Firefox in VS?
When I add a ReactTS project to the solution, VS creates a .vscode folder with launch.json inside
This file contains the following:
Issue is that the schema only allows
edge
, chrome
and node
in the type part, but I don't have any of those browsers, I use a Firefox fork
How can I add Firefox there?
I've seen that VSCode has a Firefox debugger extension, but I'm using VS, not VSCode1 Reply
Add the profile to the launchSettings.json file in the Properties folder for Firefox.