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
Kyle Carberry 676b30934f
Add ripgrep, fill native fs functions, add ping endpoint (#39)
* Add ripgrep, fill native fs functions, add ping endpoint

* Make show in folder redirect to the workspace
2019-02-27 15:12:26 -06:00

5 lines
159 B
TypeScript

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