2.10.0 • Published 8 months ago

vscode-ripgrep-with-github-api-error-fix v2.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

2.10.0

8 months ago

2.9.0

9 months ago

2.7.0

1 year ago

2.8.0

1 year ago

2.6.0

1 year ago

2.5.0

2 years ago

2.3.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.12.0

3 years ago