-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority-3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmeticwindowsRelated to Windows hosts or runnersRelated to Windows hosts or runners
Description
Opening URLs and programs from gh should ideally use wslview under WSL instead of xdg-open. In the past, we've added WSL support for URLs in #1708 (although it now lives here). However, the gh cs code command does not use github.com/cli/browser package, but instead uses github.com/skratchdot/open-golang/open, which doesn't support wslview.
A fix would be to either submit wslview support upstream to skratchdot/open-golang or to switch opening the vscode:// URL over to the cli/browser package.
Originally posted by @mislav in #4625 (review)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority-3Affects a small number of users or is largely cosmeticAffects a small number of users or is largely cosmeticwindowsRelated to Windows hosts or runnersRelated to Windows hosts or runners