- Break change sources exluding
around
,buffer
orfile
are extracted
as extensions. - Break change custom source not exists any more.
- Add
coc.preferences.preferCompleteThanJumpPlaceholder
to make jump
placeholder behavior as confirm completion when possible. - Add
CocDiagnosticChange
autocmd for force statusline update. - Add
onDidUnloadExtension
event on extention unload. - Fix
getDiagnosticsInRange
, consider all interactive ranges. - Fix completion throw when
data
on complete item isstring
. - Fix
commitCharacters
not works. - Fix workspace methods:
renameFile
,deleteFile
andresolveRoot
. - Fix textEdit of builtin sources not works.