-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Can't open vscode through terminal with hyper but regular can #6288
Comments
How did you install Hyper? Through AppImage? |
@LabhanshAgrawal Yeah it was through an AppImage. I also have zsh installed, but in the regular terminal the command works like mentioned above. |
The build I'd linked doesn't have shell environment vars inherited from hyper |
Ok, running the command through the full pass, on the previous run (1794351456) and it still didn't work. |
Just to confirm, you used appimage for all the tests, right? |
Yep
…On Sun, Feb 6, 2022, 3:08 PM Labhansh Agrawal ***@***.***> wrote:
Ok, running the command through the full pass, on the previous run
(1794351456) and it still didn't work.
But 👀 the run you posted after that (1800193266) worked :D
What made it so that one works?
Just to confirm, you used appimage for all the tests, right?
—
Reply to this email directly, view it on GitHub
<#6288 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSC5RDNTWKOZBNFAYKZVWLUZ2FFTANCNFSM5NUAFEOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Issue
Hello,
I installed visual studio code through snap, by following these instructions.
In my normal terminal, the
code
command works fine and I can docode .
to open the current directory.In my $PATH I have the snap bin (
/var/lib/snapd/snap/bin
) which is wherecode
is located.When I run the
code
command in the hyper terminal it behaves as if I was running thesnap
command and printing the following error when I try to use the command like socode .
:Am I missing something? Shouldn't they perform the same?
The text was updated successfully, but these errors were encountered: