vscode-browse-lite
vscode-browse-lite copied to clipboard
Not working with chromium?
This extension is not working with chromium on Kali Linux ARM64.
Same issue here. I have 2 Chromium based browsers but it looks like it's limited to working with Google Chrome only.
Hello, any plan to support chromium (version 91 on Ubuntu 18.04). Thanks,
the settings are not exposed in the settings ui but you can get chromium working by manually setting them in the settings.json
. it should autocomplete for you and just enter your desired values. here are mine:
"browse-lite.chromeExecutable": "/usr/bin/chromium-browser",
"browse-lite.startUrl": "http://localhost:3000"
Confirm it works on VSCode 1.59 with chromium 92.0.4515.159 on Ubuntu 18.04. Thanks @kinghat !
I couldn't get the "browse-lite.startUrl": "http://localhost:3000"
to function but it worked when run with the Vite extension, also by @antfu.
if anyone wants to use the brave browser on mac paste this in the chromeExecutable setting
/Applications/Brave Browser.app/Contents/MacOS/Brave Browser
Its not working on a Mac for me :(
I tried
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
and I tried
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome