Reputation: 1231
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
Reputation: 1231
Figured it out. Ran code --verbose and saw it was attempting an xdg-open. Installed xdg-utils. Viola!
Upvotes: 5