Allow restarting remote language servers (#12652)
Release Notes: - Added the ability to restart the remote language servers when collaborating
This commit is contained in:
parent
1a0708f28c
commit
1c617474fe
5 changed files with 53 additions and 5 deletions
|
@ -91,6 +91,10 @@ impl BufferId {
|
|||
self.0 = self.0.saturating_add(1);
|
||||
old
|
||||
}
|
||||
|
||||
pub fn to_proto(self) -> u64 {
|
||||
self.into()
|
||||
}
|
||||
}
|
||||
impl From<BufferId> for u64 {
|
||||
fn from(id: BufferId) -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue