I know it's minor, but that temporary directory created here is not removed https://github.com/microsoft/vscode-ripgrep/blob/c96015299d6d5cbe26be317181c4556273c2503c/lib/download.js#L254-L256
I know it's minor, but that temporary directory created here is not removed
vscode-ripgrep/lib/download.js
Lines 254 to 256 in c960152