i am trying to configure my visual studio code(installed on ubuntu 18.04 LTS). i use live server extension developed by ritwick dey to render my web page dynamically. but every time i run live server extension, it opens a new window of firefox (my default browser) that it attaches with visual studio code as a new window. But i want the live server(extension) to open a new tab in the already open browser window. I remember that in windows 10 OS live server opens a new tab in already open browser window. Is there any workaround that i can do to achieve the same result ?
here is my vscode settings that i use globally. and here is the source code of live-server extension.
thank you.