hello,
I try to make a build system for Html files.
{
"cmd": ["chromium-browser", "$file"],
"selector": "text.html"
}
It works but every time I type Ctrl+B, it opens a new tab.
Is there a solution to open a new tab or to to actualize the opened one ?
Thank you.