mirror of
https://github.com/cdr/code-server.git
synced 2026-01-25 17:42:15 +01:00
* Add ripgrep, fill native fs functions, add ping endpoint * Make show in folder redirect to the workspace
4 lines
159 B
TypeScript
4 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");
|