skip to Main Content

I’m experiencing a significant delay whenever I paste text into Visual Studio Code. It can take multiple seconds before the pasted text appears, making editing almost unusable.

I have captured a short GIF to illustrate the behavior:
Pasting Delay in VS Code

What I’ve tried so far

  1. Reset all my settings
  2. Removed AI extensionsGitHub Copilot).

Despite these attempts, the delay persists.

Additional details

  • VS Code version: 1.96.2
  • Operating system: windows 11 with wsl

Question

  • Has anyone experienced this issue or found a way to fix it?
  • Are there known conflicts with certain extensions or specific VS Code settings that cause paste delays?

2

Answers


  1. I’ve got same issue. Its typical JavaScript project with ESLint and TypeScript without any extra plugins.

    Login or Signup to reply.
  2. If you have the setting that "updates imports on paste" enabled, that’s probably your issue, see this issue report.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search