Skip to content

Provide file contents when determining content type for search #3014 #3032

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

Conversation

miscose
Copy link
Contributor

@miscose miscose commented Jun 10, 2025

Ensures that describers are taken into account when deciding if a content type is binary. Adds a regression test that registers a binary content type with a describer and verifies that it only causes files with content matching the describer to be considered binary.

Fixes #3014

miscose added 3 commits June 11, 2025 00:23
…e-platform#3014

Ensures that describers are taken into account when deciding if a
content type is binary. Adds a regression test that registers a binary
content type with a describer and verifies that it only causes files
with content matching the describer to be considered binary.

Fixes eclipse-platform#3014
@mickaelistria mickaelistria added this to the 4.37 milestone Jun 11, 2025
@mickaelistria
Copy link
Contributor

Thanks, I've created #3034 which is a reorg of these commits. I plan to merge #3034 ASAP (when build succeeds).

@mickaelistria
Copy link
Contributor

Fixed with #3024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File Search considers text files without file extension as binary (regression from #2180 when CDT is installed)
2 participants