Some time ago, the setting in launch.json would launch Edge Canary
"type": "msedge",
"version": "canary",
"request": "launch",
Now it opens the normal edge instead. Any changes I am not aware of?
Thanks
You'll need to use the runtimeExecutable property:
{
"request": "launch",
"type": "msedge",
"runtimeExecutable": "canary",
}
https://code.visualstudio.com/docs/nodejs/browser-debugging#_launch-configuration-attributes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With