Commit 0d108189 authored by K900's avatar K900
Browse files

vscode/generic: restore hack conditional on version

parent e0d99308
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -135,6 +135,9 @@ let

      # this fixes bundled ripgrep
      chmod +x resources/app/node_modules/@vscode/ripgrep/bin/rg
    '' + lib.optionalString (lib.versionOlder version "1.78.0") ''
      # see https://github.com/gentoo/gentoo/commit/4da5959
      chmod +x resources/app/node_modules/node-pty/build/Release/spawn-helper
    '';

    inherit meta;