disable label details if client only support old lsp (#707)
This commit is contained in:
parent
62861193a6
commit
cd887838f7
@ -162,7 +162,7 @@ pub const Initialize = struct {
|
|||||||
completion: ?struct {
|
completion: ?struct {
|
||||||
completionItem: ?struct {
|
completionItem: ?struct {
|
||||||
snippetSupport: Default(bool, false),
|
snippetSupport: Default(bool, false),
|
||||||
labelDetailsSupport: Default(bool, true),
|
labelDetailsSupport: Default(bool, false),
|
||||||
documentationFormat: MaybeStringArray,
|
documentationFormat: MaybeStringArray,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user