vscode-browse-lite
vscode-browse-lite copied to clipboard
[Question] Opening Browse-Lite With Specific URL Via Tasks.json?
I have tried the following:
{
"label" : "Open Live Server In Browse Lite" ,
"type" : "shell" ,
"command" : "${command:browse-lite.open}" ,
"args" : ["--startUrl=https://localhost:${config:liveServer.settings.port}"]
}
With no success. Not sure how to pass the URL to the command.