Fix inverted signature help setting
This commit is contained in:
parent
254bfdd2c3
commit
92e56e0c70
@ -341,7 +341,7 @@ pub(crate) fn signature_help(
|
||||
config: CallInfoConfig,
|
||||
label_offsets: bool,
|
||||
) -> lsp_types::SignatureHelp {
|
||||
let (label, parameters) = match (!config.params_only, label_offsets) {
|
||||
let (label, parameters) = match (config.params_only, label_offsets) {
|
||||
(concise, false) => {
|
||||
let params = call_info
|
||||
.parameter_labels()
|
||||
|
Loading…
x
Reference in New Issue
Block a user