Is there an existing issue for this?
OS/Web Information
- Web Browser: Google Chrome
- Local OS: Arch Linux
- Remote OS: FreeBSD 13.1-RELEASE
- Remote Architecture: amd64
code-server --version: 4.4.0 b088ec7 with Code 1.66.2
Steps to Reproduce
- Open code-server
- Press Ctrl-Shift-F to type in any search keyword
- And it gets an error like this

Expected
The ripgrep executable is expected to be present at this place.
Actual
But actually it's not, and users have to manually symlink the system-wide installed instance of ripgrep to that place persumably like this:
$ ln -sf $(which rg) $(yarn global dir)/node_modules/code-server/lib/vscode/node_modules/@vscode/ripgrep/bin
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
No response