I am trying to debug a website which is made up of HTML and Javascript files, running on http://localhost:5500/
When ever I launch the debugger from within Visual Studio Code it opens a Google Chrome window, but then if I close the debugger it closes the Chrome window that it opened.
Is there a way I can exit the debugger without the chrome window closing every time?