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

Not working with chromium?

Open IgorKorobeynikov opened this issue 3 years ago • 7 comments

This extension is not working with chromium on Kali Linux ARM64. image

IgorKorobeynikov avatar Jul 18 '21 11:07 IgorKorobeynikov

Same issue here. I have 2 Chromium based browsers but it looks like it's limited to working with Google Chrome only.

o-az avatar Aug 06 '21 15:08 o-az

Hello, any plan to support chromium (version 91 on Ubuntu 18.04). Thanks,

fabgilson avatar Aug 11 '21 22:08 fabgilson

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"

kinghat avatar Aug 21 '21 19:08 kinghat

Confirm it works on VSCode 1.59 with chromium 92.0.4515.159 on Ubuntu 18.04. Thanks @kinghat !

fabgilson avatar Aug 22 '21 22:08 fabgilson

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.

kinghat avatar Aug 22 '21 22:08 kinghat

if anyone wants to use the brave browser on mac paste this in the chromeExecutable setting

/Applications/Brave Browser.app/Contents/MacOS/Brave Browser

kevinseabourne avatar Oct 28 '22 10:10 kevinseabourne

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

mediashock avatar Mar 03 '23 22:03 mediashock