This commit is contained in:
5
vscode-server-linux-x64-web/node_modules/@vscode/ripgrep/lib/index.js
generated
vendored
Normal file
5
vscode-server-linux-x64-web/node_modules/@vscode/ripgrep/lib/index.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
const path = require('path');
|
||||
|
||||
module.exports.rgPath = path.join(__dirname, `../bin/rg${process.platform === 'win32' ? '.exe' : ''}`);
|
Reference in New Issue
Block a user