Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
chmod 755 rg - fix microsoft/vscode#38406
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Nov 22, 2017
1 parent 9a7f5c3 commit 82d33da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test
Expand Up @@ -85,7 +85,7 @@ function downloadExecutableAndRunTests() {

var stream;
if (isTarGz) {
var gulpFilter = filter('VSCode-linux-x64/code', { restore: true });
var gulpFilter = filter(['VSCode-linux-x64/code', 'VSCode-linux-x64/resources/app/node_modules/vscode-ripgrep/**/rg'], { restore: true });
stream = request(downloadUrl)
.pipe(source(path.basename(downloadUrl)))
.pipe(gunzip())
Expand Down

0 comments on commit 82d33da

Please sign in to comment.