vscode-browse-lite icon indicating copy to clipboard operation
vscode-browse-lite copied to clipboard

[Question] Opening Browse-Lite With Specific URL Via Tasks.json?

Open Brittank88 opened this issue 3 years ago • 0 comments

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.

Brittank88 avatar Aug 06 '21 06:08 Brittank88