-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Search in folder stopped working #1127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for finding this!
|
Thanks for fixing it! |
@code-asher This issue seems to be again present in the latest release. |
@code-asher Find in Folder not working in |
Is there an error? |
It's working for me on |
Its working on HTTPS but not on HTTP. Dont know if that is an intended behavior, if that is then its working fine. |
Did you remove On launch, |
I tried that and it's working now. thanks @kylecarbs |
This does not work still. Find in folder only applies to files that are open in the editor. |
@roflcoopter does |
Yes it's there
|
@roflcoopter is it executable? I'm not sure how you'd be unable to search in folders without an error appearing 🤔 |
He also said it only works on open files which is interesting. |
Yes it is executable. I have seen this issue mentioned in the vscode repo, I'm gonna try to setup a fresh install and see if that works. |
That'd be great! |
Got some time to test this out.
|
I'm curious if 3.0.0 fixes this. We have a |
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 |
code-server
version: 2.1662-vsc1.39.2Description
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 #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
Find in Folder...
The text was updated successfully, but these errors were encountered: