Unable to launch application

Hello,

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:

I don't have Chrome browser installed, I use Firefox or Edge.

How can I fix this?

Thank you, regards from Prague.

Jiri

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.

Hello and thank you for reply.

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?

After this modification, the application is launched in MS Edge.

Thank you, regards from Prague.

Jiri

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.