https://github.com/bokuweb/vscode-ripgrep
A ripgrep extension for Visual Studio Code
https://github.com/bokuweb/vscode-ripgrep
vscode vscode-extension
Last synced: about 1 year ago
JSON representation
A ripgrep extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/bokuweb/vscode-ripgrep
- Owner: bokuweb
- Created: 2018-04-27T07:49:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:26:14.000Z (over 2 years ago)
- Last Synced: 2025-04-15T06:16:44.370Z (about 1 year ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=bokuweb.vscode-ripgrep
- Size: 968 KB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vscode-ripgrep
## Features
A ripgrep extension for Visual Studio Code.

## Extension Settings
## Known Issues
## Release Notes
### 0.2.1
- fix: rename `ripGrep` to `ripgrep`
- fix: fixed a bug, options is not parsed properly.
### 0.1.2
- fix: filter invalid data
### 0.1.1
- fix: ignore some options.
### 0.1.0
- initial