vscode-ripgrep-with-github-api-error-fix
TypeScript icon, indicating that this package has built-in type declarations

2.10.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

4

Version

2.10.0

License

MIT

Unpacked Size

6.82 kB

Total Files

7

Last publish

Collaborators

  • simon-siefke