AdamMaras / vscode-overtype

Because some people actually press the Insert key on purpose.
https://marketplace.visualstudio.com/items?itemName=adammaras.overtype
BSD 2-Clause "Simplified" License
33 stars 15 forks source link

Prevents insert #7

Open frostius opened 7 years ago

frostius commented 7 years ago

VSCode 1.16.1 Overtype 2.0

I was unable to insert insert new chars in a file today, but delete worked. Disabling this addin solved the problem.

It appears to be somehow related to the file content, as I wasn't having any issue until I tried to modified this HTML file. Sample file contents below in case it helps isolate bug

<svg><defs>
<g id="performance"><path d="M2.5 19h19v2h-19zm19.57-9.36c-.21-.8-1.04-1.28-1.84-1.06L14.92 10l-6.9-6.43-1.93.51 4.14 7.17-4.97 1.33-1.97-1.54-1.45.39 1.82 3.16.77 1.33 1.6-.43 5.31-1.42 4.35-1.16L21 11.49c.81-.23 1.28-1.05 1.07-1.85z"/></g>
<g id="active"><path d="M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"/></g>
.... lots more <g><path></path></g>
</defs></svg>
GitMensch commented 3 years ago

Can you please recheck with https://github.com/DrMerfy/vscode-overtype?