Skip to content

For consuming the ripgrep binary from microsoft/ripgrep-prebuilt in a Node project

License

Notifications You must be signed in to change notification settings

SimonSiefke/vscode-ripgrep

 
 

Repository files navigation

vscode-ripgrep-with-github-api-error-fix

Same as vscode-ripgrep, but fixes the github rate limiting error Downloading ripgrep failed: Error: Request failed: 403 by downloading the files directly instead of also using the github rest api.

Install

$ npm install vscode-ripgrep-with-github-api-error-fix

Usage

import { rgPath } = from "vscode-ripgrep-with-github-api-error-fix"
import { spawn } from 'child_process'

const childProcess = spawn(rgPath, ["abc", "."], {
  stdio: "inherit",
});

Gitpod

Open in Gitpod

About

For consuming the ripgrep binary from microsoft/ripgrep-prebuilt in a Node project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.2%
  • Shell 10.8%