However, :CocInfo will output a WARN message. This WARN message has no adverse effect on the feature itself.
2022-02-04T16:02:53.420 WARN (pid:24998) [language-client-client] - disableCompletion in the client options is deprecated. use disabledFeatures instead.
Change
Since disableCompletion and others have been deprecated, refactor to move to disabledFeatures.
Description
In this commit of coc.nvim,
disableCompletion
etc. have been removed anddisabledFeatures
has been added.This is a feature change that also affects the
LanguageClientOptions
in the coc extension.I told chemzqm that there might be a problem, and he was able to adjust it.
However,
:CocInfo
will output a WARN message. ThisWARN
message has no adverse effect on the feature itself.Change
Since
disableCompletion
and others have been deprecated, refactor to move todisabledFeatures
.