vscode: fix darwin build
It seems that the ripgrep path has changed in 1.94.0.
This commit is contained in:
parent
91bbd39283
commit
d22149100e
@ -236,6 +236,9 @@ in
|
||||
let
|
||||
vscodeRipgrep =
|
||||
if stdenv.hostPlatform.isDarwin then
|
||||
if lib.versionAtLeast version "1.94.0" then
|
||||
"Contents/Resources/app/node_modules/@vscode/ripgrep/bin/rg"
|
||||
else
|
||||
"Contents/Resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg"
|
||||
else
|
||||
"resources/app/node_modules/@vscode/ripgrep/bin/rg";
|
||||
|
Loading…
Reference in New Issue
Block a user