fix include text
This commit is contained in:
parent
11a5d86999
commit
fa2e24fcc7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ impl EffectiveCapability for cap::DidSaveTextDocument {
|
||||||
Some(
|
Some(
|
||||||
id_to_save_options_map
|
id_to_save_options_map
|
||||||
.values()
|
.values()
|
||||||
.any(|data| data.include_text),
|
.any(|data| data.include_text.unwrap_or(false)),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue