asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

The 3.4.1 version is slowing down my full machine, looking at antora.yml with ripgrep in a large folder

Open loic-joly-sonarsource opened this issue 1 year ago • 5 comments
trafficstars

My working folder contains thousands of subfolders. In one of the subfolders, I edit an asciidoc file. Each time I perform any edit, the 32 cores of my computer (on Windows) jump to 100% usage for several seconds.

image

When looking at the greedy process, I notice rg.exe, which is launched with the following command line:

"c:\Users\****\AppData\Local\Programs\Microsoft VS Code\resources\app\node_modules\@vscode\ripgrep\bin\rg.exe" --hidden --follow --files -g **/antora.yml

Going back to version 3.1.1 solves the issue.

loic-joly-sonarsource avatar Oct 29 '24 14:10 loic-joly-sonarsource