You can't open files from the remote Terminal by typing the zed command. #33601
bloopdloop
started this conversation in
Ideas From VSCode
Replies: 1 comment
-
I have the same question. I often use the VS Code CLI to open files outside of my workspace, or to directly create new files in a specific folder. But I can't do the same with Zed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
VSCode supports this and it would be good to have Zed.
Why: I use lazygit as a task over a remote connection and I've mapped the file edit map to
zed --wait
. This doesn't work on a remote terminal as it tries to open a zed editor process on the remote machine.Possible implementation could include checking the SSH_CLIENT env variable in the zed cli and intercept all
zed
calls and forward them to the remote binary.Beta Was this translation helpful? Give feedback.
All reactions