Actually update remote collab capabilities (#35809)
Follow-up of https://github.com/zed-industries/zed/pull/35682 Release Notes: - N/A
This commit is contained in:
parent
e2e147ab0e
commit
53b69d29c5
1 changed files with 4 additions and 1 deletions
|
@ -699,7 +699,10 @@ impl Database {
|
|||
language_server::Column::ProjectId,
|
||||
language_server::Column::Id,
|
||||
])
|
||||
.update_column(language_server::Column::Name)
|
||||
.update_columns([
|
||||
language_server::Column::Name,
|
||||
language_server::Column::Capabilities,
|
||||
])
|
||||
.to_owned(),
|
||||
)
|
||||
.exec(&*tx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue