1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-03-01 13:43:17 +00:00
code-server-2/packages/vscode/src/fill/ripgrep.ts

5 lines
159 B
TypeScript
Raw Normal View History

import * as path from "path";
// tslint:disable-next-line:no-any
module.exports.rgPath = (<any>global).RIPGREP_LOCATION || path.join(__dirname, "../bin/rg");