auchenberg / vscode-browser-preview

A real browser preview inside your editor that you can debug.
MIT License
4.39k stars 153 forks source link

No default launch.json created when pressing F5 #59

Open michael-hawker opened 5 years ago

michael-hawker commented 5 years ago

If I have a new project and hit 'F5' it gives me the option to use Browser Preview as my debug target, but it will then fail as no launch.json configuration is found.

If I do the same procedure with the regular chrome debugger extension, it'll instead create the default launch.json file with the required configuration needed to launch the tools. It'd be great for the Browser Preview to do the same.

auchenberg commented 5 years ago

@michael-hawker Good catch! If you press the wrench a default config should be generated for you.