···33333434 # Attributes inherit from specific versions
3535 version,
3636+ vscodeVersion ? version,
3637 src,
3738 meta,
3839 sourceRoot,
···303304 let
304305 vscodeRipgrep =
305306 if stdenv.hostPlatform.isDarwin then
306306- if lib.versionAtLeast version "1.94.0" then
307307+ if lib.versionAtLeast vscodeVersion "1.94.0" then
307308 "Contents/Resources/app/node_modules/@vscode/ripgrep/bin/rg"
308309 else
309310 "Contents/Resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg"