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

Improve ssh remote error handling and logging #15035

Merged
merged 4 commits into from
Jul 23, 2024

Conversation

maxbrunsfeld
Copy link
Collaborator

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jul 23, 2024
AddWorktree add_worktree = 500;
AddWorktreeResponse add_worktree_response = 501;
AddWorktree add_worktree = 222;
AddWorktreeResponse add_worktree_response = 223; // current max
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This PR renumbers two protobufs that are only for the work-in-progress SSH remoting feature. These aren't used for collab. When these messages landed on main, I accidentally left them with temporary numbers which I had initially used to avoid merge conflicts. This is just making them use consistent numbering. I'm landing it before the SSH stuff goes out to preview.

@maxbrunsfeld maxbrunsfeld merged commit 5f7881f into main Jul 23, 2024
8 of 9 checks passed
@maxbrunsfeld maxbrunsfeld deleted the ssh-remote-error-handling branch July 23, 2024 20:29
CharlesChen0823 pushed a commit to CharlesChen0823/zed that referenced this pull request Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant