ERROR Unable to launch browser

Hi
In my windows PC all of the tms web core project stop workin I get "Unable to launch browser" : "unable to attach to browser. I have chrome I'm on a win11 machine and I have uninstall the tms web core vs extension, remove all the folders related to tms web core in the .vscode/extension , reinstall from vsix, open any project and get this error

this is the launch.json file

I really don't know what to do :grimacing: But in my mac mini its running fine

Was something recently installed / changed with respect to security/firewall? Could it be that a software change blocks specific ports now that are used for the Chrome debugging from Visual Studio Code?

Hi Bruno,
thanks for your help pointing me to the solution
I figure it out, I was starting Visual Studio code as Administrator. I disable that and now its working fine. :grinning_face:

Thanks

1 Like

Thanks for informing!