I have created an application using TMS WebCore VSC and I can't get it to run using the "Run > Start Debugging" action or the "Run > Run Without Debugging" action, the error is always the same, this:
Hello,
You need to have Chrome in your system to run using the default launch.json settings. Please, try that, and we will check to provide different settings for the different browsers.
Yes, when Chrome is installed, the app runs as expected.
Honestly, I'm not a friend of Chrome and if I don't have to, I don't want it on my computer. So I played around a bit with the contents of the "launch.json" file and it's actually not difficult to set the app to launch using Edge, just change the "type" value from "chrome" to "msedge".. is that correct?