ZIm/crates/workspace/src
Thorsten Ball 19162c3160
ssh remoting: Show error message if project path does not exist (#18343)
This now shows an error message if you try open a project over SSH that
doesn't exist. If it's a possible file-path though, it acts like Zed's
`cli` and opens the file so that it can be created.

- Works: `cargo run ssh://127.0.0.1/~/folder-exists/file-does-not-exist`
— this will open `file-does-not-exist`
- Shows error: `cargo run
ssh://127.0.0.1/~/folder-does-not-exist/file-does-not-exist` — this will
show an error

Release Notes:

- N/A

Co-authored-by: Bennet <bennet@zed.dev>
Co-authored-by: Conrad <conrad@zed.dev>
2024-09-25 18:08:34 +02:00
..
persistence ssh project: Handle multiple paths and worktrees correctly (#18277) 2024-09-24 16:46:11 +02:00
dock.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
item.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
modal_layer.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
notifications.rs Derive icon paths (#17816) 2024-09-13 21:12:29 -04:00
pane.rs preview tabs: Toggle preview tab when saving (#18158) 2024-09-20 20:43:26 +02:00
pane_group.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
persistence.rs ssh project: Handle multiple paths and worktrees correctly (#18277) 2024-09-24 16:46:11 +02:00
searchable.rs Display buffer/project search entries in the outline panel (#16589) 2024-08-25 21:40:02 +03:00
shared_screen.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
status_bar.rs Revert FPS counter (#17485) 2024-09-06 15:35:00 +02:00
tasks.rs Extend task templates with shell and hide fields to use custom shells and custom close behavior (#15031) 2024-07-23 22:58:36 +03:00
toolbar.rs Don't show extra row in toolbar if it is empty (#17888) 2024-09-16 12:00:49 -04:00
workspace.rs ssh remoting: Show error message if project path does not exist (#18343) 2024-09-25 18:08:34 +02:00
workspace_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00