Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable link opening #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dbirks
Copy link
Member

@dbirks dbirks commented Feb 17, 2024

I've found that installing xdg-utils is the missing piece to get vscode to be able to open links in devcontainers.

One of the things it installs is open. Tested that it triggers the browser to open:

open https://nasa.gov

Screenshot from 2024-02-16 18-54-41

I've used that for other cli tools in the past that try to open the browser nicely, but I haven't tried it with sfdx personally. I assume it's using the same method to open things.

And I'm using that apt-packages feature instead of apt install xdg-utils just because it's pre-built and a little easier to consume.

@dbirks
Copy link
Member Author

dbirks commented Mar 5, 2024

Ah looks like I'll need someone else to merge:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants