Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codeLens): clear whole buffer on resolving
coc will resolve codeLens onChange/onMove etc, with codeLens in current visible range, then display in virtualText. If the codeLens.position = top, and outside the current visible, coc won't clear them, and add another line in virtualText. Clear all on resolving before setting again.
- Loading branch information