Skip to content

[Bug]: ripgrep not getting properly carried around when the remote system is FreeBSD #5216

@rowheel

Description

@rowheel

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Open code-server
  2. Press Ctrl-Shift-F to type in any search keyword
  3. And it gets an error like this

image

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?

  • I cannot reproduce this in VS Code.

Are you accessing code-server over HTTPS?

  • I am using HTTPS.

Notes

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingupstreamNeeds to be fixed upstream

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions