And a few drive-bys
This commit is contained in:
@@ -269,10 +269,8 @@ impl Config {
|
||||
{
|
||||
self.client_caps.hierarchical_symbols = value
|
||||
}
|
||||
if let Some(value) = doc_caps
|
||||
.code_action
|
||||
.as_ref()
|
||||
.and_then(|it| Some(it.code_action_literal_support.is_some()))
|
||||
if let Some(value) =
|
||||
doc_caps.code_action.as_ref().map(|it| it.code_action_literal_support.is_some())
|
||||
{
|
||||
self.client_caps.code_action_literals = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user