mirror of
https://github.com/coder/code-server.git
synced 2026-05-11 23:07:27 +02:00
* Add ripgrep, fill native fs functions, add ping endpoint * Make show in folder redirect to the workspace
5 lines
159 B
TypeScript
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");
|