Permit to open multiple folder on zed ssh remote #29128
Replies: 4 comments 3 replies
-
|
I try on cli in using zed settings "ssh_connections": [
{
"host": "myniceserver",
"projects": [{ "paths": ["/var/www/html/config.php", "/etc/php/"] }],
"port": 22, // defaults to 22
// defaults to your username on your local machine
"username": "yodatak"
}
],its work so i think its not implemented in cli ? |
Beta Was this translation helpful? Give feedback.
-
Passing mutiple paths in cli throws this error $ zed ssh://user@remote:/workspace/{foo,bar}In VSCode, one could use this command code --remote ssh-remote+user@remote /workspace/foo /workspace/bar |
Beta Was this translation helpful? Give feedback.
-
|
Any chances of getting this feature? Prevents me from switching from vscode... |
Beta Was this translation helpful? Give feedback.
-
|
Don't know how it can be done in the terminal/shell, but it can be done in the GUI as long as it's in the same remote.
Not sure if this can be saved, but you should be able to open this again if you want to: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i love to use remote ssh to quick fix my /etc/ on my server i would love to open /var/www/html/config.php and /etc/php/ folder by exemple and for now i have to use mutiples zed windows
zed ssh://yodatak@myniceserver:/var/www/html/config.php
zed ssh://yodatak@myniceserver:/etc/php/
and would love to have somethink like this
zed ssh://yodatak@myniceserver:/var/www/html/config.php ssh://yodatak@myniceserver:/etc/php/
or
zed ssh://yodatak@myniceserver -f /var/www/html/config.php -f /etc/php/
did i missred the man or its a feature to develop ?
Thanks for make zed awsome free !
Beta Was this translation helpful? Give feedback.
All reactions