Can't open vscode through terminal with hyper but regular can
See original GitHub issue- I am on the latest Hyper.app version
- I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: Manjaro 21.2.2
- Hyper.app version: 3.2.0
- Link of a Gist with the contents of your .hyper.js: Default with just some font changes
- Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere):
- The issue is reproducible in vanilla Hyper.app:
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 do code .
to open the current directory.
In my $PATH I have the snap bin (/var/lib/snapd/snap/bin
) which is where code
is located.
When I run the code
command in the hyper terminal it behaves as if I was running the snap
command and printing the following error when I try to use the command like so code .
:
error: unknown command ".", see 'snap help'.
Am I missing something? Shouldn’t they perform the same?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
Troubleshoot Terminal launch failures - Visual Studio Code
The VS Code team works hard to make the terminal experience as seamless as possible but in some cases, there are issues with...
Read more >visual studio code - Open Hyper as integrated terminal
I was able to integrate hyper terminal with VSCode by adding the following to the settings.json "terminal.integrated.shell.windows": ...
Read more >Tutorial: Node.js on Windows for beginners | Microsoft Learn
Open your terminal right inside VS Code by selecting View > Terminal (or select Ctrl+`, using the backtick character). If you need to...
Read more >Setting The Default Terminal In VS Code - DEV Community
Today's quick lesson: setting the default terminal in VS Code. Steps. Open VS Code; Press CTRL+Shift+P / ⇧⌘P and search for terminal select ......
Read more >Elegant Development Experience With Zsh and Hyper Terminal
The above aliases can be added to the .zshrc file. With these aliases, the change command will open .zshrc in VS Code and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
may also try https://nightly.link/vercel/hyper/actions/runs/1800193266
Yep
On Sun, Feb 6, 2022, 3:08 PM Labhansh Agrawal @.***> wrote: