mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 07:17:26 +02:00
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
This commit is contained in:
4
packages/vscode/src/fill/ripgrep.ts
Normal file
4
packages/vscode/src/fill/ripgrep.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as path from "path";
|
||||
|
||||
// tslint:disable-next-line:no-any
|
||||
module.exports.rgPath = (<any>global).RIPGREP_LOCATION || path.join(__dirname, "../bin/rg");
|
||||
Reference in New Issue
Block a user