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