Unverified Commit 792b14b9 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

vscode: fix darwin build (#346727)

parents d0deb158 d2214910
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";