Closed Merith-TK closed 4 years ago
It might be a good idea to add a flag to specify a browser or application to be used. On another note, I'm also writing the ssh portion in JS, and shoving it into an Electron stand alone app.
Closing this for the same reason as #161. We should only support Chrome stable, and if it isn't installed we should fallback to the default system browser. Supporting electron is a very niche use case in any case, as electron developers most likely already have Chrome on their machine.
Ad blockers can be excluded from running on certain domains, so if an ad blocker is interfering with code-server they can fix it in a few clicks.
This adds the
electron
binary into thecommandExists
check switch insshcode.go
, and if electron is found, use it.This idea works because that means that certain extenstions such as adblockers, (or in braves case, the built in blocker which is enabled even when extenstions are not)