I have the "Launch Chrome against local host" option in my debugger list in VS Code. Definitely don't remember how I got it, but, I use it, and it's great. But every time I start it, it opens up the launch.json for setup, with the url set to localhost:8080
.
These days I'm using it with React, so I always have to change it to localhost:3000
.
I see that the launch file is located in a .vscode folder but that appears to be created anew in each project once I start the debugger?
Where do I set the "default" configuration(s) for the Chrome debugger setup so it always loads the same? I'm on a Mac, if that helps.