Remove hover contents marking as trusted.

Hover contents might be extracted from raw
doc comments and need some validation.
This commit is contained in:
vsrs
2020-06-05 15:25:01 +03:00
parent 0fe43a124b
commit 78c9223b7b
2 changed files with 3 additions and 16 deletions

View File

@@ -349,7 +349,7 @@ impl Config {
self.assist.allow_snippets(snippet_text_edit);
self.client_caps.code_action_group = get_bool("codeActionGroup");
self.client_caps.resolve_code_action = get_bool("resolveCodeAction");
self.client_caps.resolve_code_action = get_bool("resolveCodeAction");
self.client_caps.hover_actions = get_bool("hoverActions");
}
}