coder / sshcode

Run VS Code on any server over SSH.
MIT License
5.74k stars 216 forks source link

support brave browser? #187

Open cbluth opened 4 years ago

cbluth commented 4 years ago

it would be nice to support brave

/usr/bin/brave-browser-stable
/usr/bin/brave-browser
Merith-TK commented 4 years ago

Unfortunately the devs/maintainers are going two routes. 1) only supporting chrome/chromium 2) intending on discontinuing official development of this tool.

The modification for this however is really simple.

In sshcode.go, find the switch/case statement underneath where wslPath/winpath is declared, and add a check for brave, recompile and your golden

On Tue, Jun 23, 2020, 12:05 PM cbluth notifications@github.com wrote:

it would be nice to support brave

/usr/bin/brave-browser-stable /usr/bin/brave-browser

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cdr/sshcode/issues/187, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPQOXXE4VRAN2MZAQNSNKTRYD4IXANCNFSM4OF6PARQ .

Merith-TK commented 4 years ago

Anyluck?