microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.36k stars 28.61k forks source link

Window freezes when attempting to delete text from ~8500 cursors #221816

Open Tyriar opened 1 month ago

Tyriar commented 1 month ago

Repro:

  1. Open: https://github.com/microsoft/vscode/blob/034378514e5a65348c0d5142f0a86fb8d1209db4/src/vs/workbench/contrib/terminalContrib/suggest/test/browser/recordings/windows11_pwsh_getcontent_file.ts
  2. Select \"CompletionText\":
  3. Ctrl+shift+d 💥

image

Tyriar commented 1 month ago

After the window closed and reopened the content seems to have been deleted:

image

Tyriar commented 1 month ago

Replacing via find widget happens almost instantly without issues:

image