Update request to enable label details support
This commit is contained in:
parent
2a181af823
commit
803f89941b
@ -158,6 +158,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),
|
||||||
documentationFormat: MaybeStringArray,
|
documentationFormat: MaybeStringArray,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user