code-server: Search in folder stopped working

  • code-server version: 2.1662-vsc1.39.2
  • OS Version: Centos/RHEL 7

Description

Searching a string in files, in a non-ignored folder, doesn’t return any result, regardless of settings or type. It looks somehow a regression from https://github.com/cdr/code-server/issues/438.

Reverting to 2.1650-vsc1.39.2, using the exact same configuration, works as expected. I also tried to remove the configuration (thus starting with a fresh one) to make sure the issue doesn’t sit there, but I get the same behavior.

I didn’t try on version 2.1655-vsc1.39.2 (yet).

Steps to Reproduce

  1. In the file explorer, right click on a folder > Find in Folder...
  2. Type a string expected to be found and hit enter
  3. The result is empty, even if you extend the search to all files

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 20 (9 by maintainers)

Most upvoted comments

I’m curious if 3.0.0 fixes this. We have a 3.0.0 Docker tag if you have some time to check it out. I just ran it and was able to search without any issues (on both HTTP and HTTPS).

Sorry for the late reply, but yes 3.0.0 seems to fix it! I Haven’t move over to it just yet i just did a quick smoke test. You can close this for now and I’ll report back if it doesnt work in the future

Thanks for finding this!