vscode-browse-lite
vscode-browse-lite copied to clipboard
Work on `Remote-SSH` and `Remote-Container`
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
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
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).