antfu / vscode-browse-lite

🚀 An embedded browser in VS Code
https://marketplace.visualstudio.com/items?itemName=antfu.browse-lite
MIT License
563 stars 36 forks source link

Work on `Remote-SSH` and `Remote-Container` #32

Open gglin001 opened 1 year ago

gglin001 commented 1 year ago

Clear and concise description of the problem

The lite broswer currently is using the internet from host

Any possible to use the ssh server network when using Remote-SSH and Remote-Container?

Suggested solution

no suggest solution, sorry i am not an expert for vscode

Alternative

No response

Additional context

No response

Validations

felipecrs commented 1 year ago

I tried to:

// settings.json
{
    "remote.extensionKind": {
        "antfu.browse-lite": [
            "workspace"
        ]
    }
}

But it does not work, it errors out with "No Chrome installation found" even though Chrome installation is set correctly in the configurations to /usr/bin/google-chrome (the path within the devcontainer).