···3334 # Attributes inherit from specific versions
35 version,
036 src,
37 meta,
38 sourceRoot,
···303 let
304 vscodeRipgrep =
305 if stdenv.hostPlatform.isDarwin then
306- if lib.versionAtLeast version "1.94.0" then
307 "Contents/Resources/app/node_modules/@vscode/ripgrep/bin/rg"
308 else
309 "Contents/Resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg"
···3334 # Attributes inherit from specific versions
35 version,
36+ vscodeVersion ? version,
37 src,
38 meta,
39 sourceRoot,
···304 let
305 vscodeRipgrep =
306 if stdenv.hostPlatform.isDarwin then
307+ if lib.versionAtLeast vscodeVersion "1.94.0" then
308 "Contents/Resources/app/node_modules/@vscode/ripgrep/bin/rg"
309 else
310 "Contents/Resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg"