Unable to launch browser: "spawn unknown"

First try at running WebCore for VSC and get a popup window with this text:

Unable to launch browser: "spawn unknown"

this when trying to run app:

Please, let me know what OS are you using, and if you have installed Chrome, specially, if you have different Chrome versions on that machine, as typically that is an error caused when you have several versions. Thanks!

Thanks Jose, that gave me an idea. I had to add the specific location of Chrome to launch.json:

"runtimeExecutable": "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

Works now.

Great, thanks!