You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a fresh conda environment, conda install -c conda-forge code-server
open code-server
open a folder with some text files
try to search by filename using ctrl+P, or global search using ctrl+shift+F
Expected
Search works like in vscode or standalone code-server
Actual
for search by filename, only previously opened files are available.
for global search, only opened files are searched through.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
I cannot reproduce this in VS Code.
I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
I am using HTTPS.
Notes
I am using conda forge to update and maintain my code-server up to the date. But I found global search and search by filename functions does not work in the version installed using conda-forge, it does work in standalone version though.
I am not using https, but it works locally so browser does not complain.
The text was updated successfully, but these errors were encountered:
Ah I did not see this until I already commented on #1588. For visibility, I wrote there:
From what I recall this can happen if ripgrep is missing. I would
check the logs and see if the binary exists. I think it should be
lib/vscode/node_modules/@vscode/ripgrep/bin/rg
Ugh, my bad, this issue is a duplicated with #5322 and conda-forge/code-server-feedstock#74 . I did not immediately connect those two together until you mentioned rg. The version released by conda forge now works normally after I manually replaced the installed rg with the on provided in standalone version.
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.16.1Steps to Reproduce
Expected
Search works like in vscode or standalone code-server
Actual
for search by filename, only previously opened files are available.
for global search, only opened files are searched through.
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
I am using conda forge to update and maintain my code-server up to the date. But I found global search and search by filename functions does not work in the version installed using conda-forge, it does work in standalone version though.
I am not using https, but it works locally so browser does not complain.
The text was updated successfully, but these errors were encountered: