Closed as not planned
Description
Does this issue occur when all extensions are disabled?: No
- VS Code Version: 1.100.3
- GitHub Copilot Version: 1.330.0
- GitHub Copilot Chat Version: 0.27.3
- OS Version: Windows 11
Steps to Reproduce:
- Type a word like
happy
. - Move the cursor between the "p" and "y".
- Type a character (e.g.,
!
). - Observe that the "y" is overwritten instead of the character being inserted.
Expected Behavior:
Characters should be inserted at the cursor position without deleting existing characters.
Actual Behavior:
Characters overwrite the ones ahead of the cursor, mimicking overwrite mode.
Additional Context:
This behavior occurs when GitHub Copilot is enabled. It does not happen in other editors like Microsoft 365 Copilot, where insert mode is preserved.