copilot-cmp
copilot-cmp copied to clipboard
Duplicate text after insertion
I have a slight issue that I've only been able to track to this plugin, however it might still be in my cmp config.
For example if I have
import numpy
numpy.array(|)
The cursor being the |
character, the copilot suggestion is numpy.array([1, 2, 3])
, however when I insert this suggestion, I obtain:
import numpy
bumpy.array([1, 2, 3]))
It duplicates the closing parentheses, this is both with Insert and Replace behaviour in cmp.