Skip to content

Same as SFTP extension for VS Code ? #12082

Discussion options

You must be logged in to vote

and then push the code to my remote server.

If all you care about is some SFTP uploading command have a CLI tool working already, you might consider using tasks: https://zed.dev/docs/tasks

Zed can store a definition of that "upload to SFTP" bash invocation generic over project path and a few other things, and launch that via a single shortcut/task modal invocation.

As for the full extension, currently that would be rather hard, as this is what any Zed extension is limited with:

pub trait Extension: Send + Sync {
/// Returns a new instance of the extension.
fn new() -> Self
where
Self:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@avanhovedev
Comment options

Answer selected by avanhovedev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants