vscode-better-folding icon indicating copy to clipboard operation
vscode-better-folding copied to clipboard

Extremely High CPU Load When Editing Markdown File

Open 7enderhead opened this issue 1 year ago • 0 comments

Describe the bug The CPU load goes through the roof when editing text in a Markdown file (without any preview being enabled). I found out that this extension is the cause with VS Code's excellent "bisect extension" feature. I have also recorded a CPU profile, which I attach. The recording shows the typing and deleting of about 20 words in a Markdown file. CPU-20230417T090355.964Z.cpuprofile.txt

To Reproduce Steps to reproduce the behavior:

  1. open a Markdown file (*.md)
  2. edit it
  3. cpu load goes up

Expected behavior Moderate CPU load, so fan doesn't go to max speed.

Desktop (please complete the following information): Version: 1.77.3 Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:16:52.732Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Linux x64 5.15.0-69-generic Sandboxed: No

7enderhead avatar Apr 17 '23 09:04 7enderhead