Home > database >  Cannot edit paste code in visual studio code
Cannot edit paste code in visual studio code

Time:06-09

My VS code seems to be glitching because whenever I paste anything the cursor changes from the blinking '|' to the big box insert type cursor. Is this just a setting I can change?

here is the video of that :https://rb.gy/y4babx

CodePudding user response:

It could be your keybinds(if you used the insert button in your keybinds that is) or some plugin you use.

CodePudding user response:

This action is known as "Toggle Insert/ Overwrite". You need to check your keymaps in settings.

  • Related