From d25215779e4ef3541cd683ce480e205ed426dbd9 Mon Sep 17 00:00:00 2001 From: Pavel Shirshov Date: Thu, 16 Sep 2021 16:32:14 +0100 Subject: [PATCH] vscode: bundled ripgrep fixed --- pkgs/applications/editors/vscode/generic.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/editors/vscode/generic.nix b/pkgs/applications/editors/vscode/generic.nix index 7e50c0ed2cd7..49836b94d81b 100644 --- a/pkgs/applications/editors/vscode/generic.nix +++ b/pkgs/applications/editors/vscode/generic.nix @@ -121,6 +121,9 @@ let --replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \ --replace "/bin/bash" "${bash}/bin/bash" rm -rf "$packed" + + # this fixes bundled ripgrep + chmod +x resources/app/node_modules/vscode-ripgrep/bin/rg ''; inherit meta;