Merge pull request #138158 from pshirshov/wip/vscode-ripgrep-fix

authored by

Artturi and committed by
GitHub
413d1cd3 b173e70e

+3
+3
pkgs/applications/editors/vscode/generic.nix
··· 121 121 --replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \ 122 122 --replace "/bin/bash" "${bash}/bin/bash" 123 123 rm -rf "$packed" 124 + 125 + # this fixes bundled ripgrep 126 + chmod +x resources/app/node_modules/vscode-ripgrep/bin/rg 124 127 ''; 125 128 126 129 inherit meta;