So, I can’t seem to to find an answer to this online..
I just found out you can open an edge browser window + the traditional chromium devtools window all within your vscode window panes. Which is amazing, this means I can full screen my vscode and do absolutely all my development through it!
The only thing is, that it seems you can only open file:/// protocol url’s and not custom host setup local domains where you might be running a complex webserver setup for?
I don’t need the file stepping and etc.. All I need is to be able to have the edge window and devtools window open within vscode using a custom URL like my.domain.top ?
Is this possible? :O
Cheers!