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

Consider adding check if we are running in Host and start vscode directly? #33

Closed
karuboniru opened this issue Mar 8, 2023 · 1 comment

Comments

@karuboniru
Copy link

Add check like

[ -f /run/.containerenv ] || {
    exec flatpak run com.visualstudio.code $@
}

In this way we can get more consistent experience with code command.

@karuboniru
Copy link
Author

I see we have #20 already.

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

No branches or pull requests

1 participant