mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Improve logging
This commit is contained in:
parent
ee4d904cfb
commit
56df0fc83c
6 changed files with 41 additions and 18 deletions
|
@ -98,6 +98,8 @@ impl AnalysisHostImpl {
|
|||
}
|
||||
}
|
||||
pub fn apply_change(&mut self, change: AnalysisChange) {
|
||||
log::info!("apply_change {:?}", change);
|
||||
|
||||
for (file_id, text) in change.files_changed {
|
||||
self.db
|
||||
.query(db::input::FileTextQuery)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue