-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search compressed files #43011
Comments
@roblourens Note that ripgrep currently only looks for |
That does sound right but what about .zip files? There are usually tools included with the OS to decompress those files. I probably wouldn't enable it in vscode unless it works for typical .zips. |
@roblourens We punted on archive formats because that is quite a bit more involved feature! ripgrep doesn't handle |
Oh, got it. I suspect that an option to search compressed files in vscode would confuse people if it didn't search archive formats, but I'll have to think about it. |
This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
Issue Type: Feature Request
Description
Ripgrep now supports searching compressed files, for some formats.
See BurntSushi/ripgrep@f007f94
VS Code Info
VS Code version: Code - Insiders 1.20.0-insider (3f8cf53, 2018-02-03T01:26:08.181Z)
OS version: Darwin x64 17.3.0
The text was updated successfully, but these errors were encountered: