WPWoodJr
WPWoodJr

Reputation: 1231

VS Code http links not opening in web browser

I'm running vscode in an Ubuntu LXC container with Ubuntu host. Firefox is the default browser in the container. However links in vscode (for example, Help...Documentation) don't work. Nothing happens.

Perhaps there is a package I need to install?

Upvotes: 3

Views: 2453

Answers (1)

WPWoodJr
WPWoodJr

Reputation: 1231

Figured it out. Ran code --verbose and saw it was attempting an xdg-open. Installed xdg-utils. Viola!

Upvotes: 5

Related Questions