Reopen file in Copilot language server when language or URI changes
This commit is contained in:
parent
672cf6b8c7
commit
34bcf6f072
4 changed files with 64 additions and 26 deletions
|
@ -6643,6 +6643,7 @@ impl Editor {
|
|||
multi_buffer::Event::DiagnosticsUpdated => {
|
||||
self.refresh_active_diagnostics(cx);
|
||||
}
|
||||
multi_buffer::Event::LanguageChanged => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue