Update request to enable label details support

This commit is contained in:
ryuukk 2022-06-23 16:44:01 +02:00 committed by GitHub
parent 2a181af823
commit 803f89941b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,7 @@ pub const Initialize = struct {
completion: ?struct {
completionItem: ?struct {
snippetSupport: Default(bool, false),
labelDetailsSupport: Default(bool, true),
documentationFormat: MaybeStringArray,
},
},