Remove remaining code associated with .zed.toml files

This commit is contained in:
Max Brunsfeld 2022-05-09 16:23:27 -07:00
parent d7cba73ead
commit 054d697fb7
3 changed files with 2 additions and 29 deletions

View file

@ -151,8 +151,7 @@ message RegisterWorktree {
uint64 project_id = 1;
uint64 worktree_id = 2;
string root_name = 3;
repeated string authorized_logins = 4;
bool visible = 5;
bool visible = 4;
}
message UnregisterWorktree {