Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add zed ide support #1311

Merged
merged 1 commit into from
Nov 5, 2024
Merged

feat: add zed ide support #1311

merged 1 commit into from
Nov 5, 2024

Conversation

tarunrajput
Copy link
Contributor

add zed ide support

Description

add zed ide support

  • This change requires a documentation update
  • I have made corresponding changes to the documentation

Related Issue(s)

closes #1002
/claim #1002

Screenshots

Screen.Recording.2024-11-03.at.5.32.45.PM.mov

@tarunrajput
Copy link
Contributor Author

@Tpuljak zed has now fixed most of the ssh remote development issues. https://zed.dev/blog/remote-development

Copy link
Member

@Tpuljak Tpuljak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

2 comments:

  1. Screenshot 2024-11-04 at 08 54 48
    Is it possible to change the download location of the server so its not downloaded inside the project?

  2. Screenshot 2024-11-04 at 08 56 47
    The terminal won't load for me. Does it work for you?

@tarunrajput
Copy link
Contributor Author

@Tpuljak

Is it possible to change the download location of the server so its not downloaded inside the project?

so, it looks like zed binary is always being downloaded to the workspace dir (even when I don't include the workspace path in the zed ssh command zed ssh://default-5fcdb0e410f8-automation-scripts).
I think what’s happening here is is that when we ssh into the workspace, it’s taking us directly to the workspace dir by default. That’s likely why the zed server binary ends up in the workspace dir instead of home.

The terminal won't load for me. Does it work for you?

No, it doesn’t work for me either. It might be a limitation with zed, and hopefully, they plan to fix this soon.

@Tpuljak
Copy link
Member

Tpuljak commented Nov 5, 2024

Okay. Basically the only thing that works is editing files 😅. Not even extensions are supported yet.

We can merge this PR but please add a warning disclaimer when the user opens a workspace with Zed. It should say:

Zed remote development is not yet stable. Issues like opening terminals and using extensions are expected.

Signed-off-by: tarunrajput <[email protected]>
@tarunrajput
Copy link
Contributor Author

Okay. Basically the only thing that works is editing files 😅. Not even extensions are supported yet.

We can merge this PR but please add a warning disclaimer when the user opens a workspace with Zed. It should say:

Zed remote development is not yet stable. Issues like opening terminals and using extensions are expected.

done

@Tpuljak Tpuljak merged commit 52be5d1 into daytonaio:main Nov 5, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zed IDE Support
3 participants