Greetings!
It appears that the Linux build of ripgrep for VSCode is happening in an environment with GLIBC 2.18. This results in a binary incompatible with operating systems with a lower GLIBC version. CentOS 7 ships with GLIBC 2.17 and is one such incompatible OS.
This causes issues with vscode features that rely on ripgrep funcitonality: microsoft/vscode-remote-release#6930. Specifically microsoft/vscode-remote-release#6930 (comment).
Can the build be moved to an environment with a GLIBC version 2.17 or lower to support CentOS 7?