Skip to content

Conversation

@msujew
Copy link
Member

@msujew msujew commented Oct 4, 2025

What it does

Fixes an issue of #14699, discovered via #16371.

The .. appended to the URI path simply was incorrect, but it was never noticed, because the else case (which requests the readme file from the readmeUrl property) was still able to load the readme file on case-insensitive file system.

This change implements the intended behavior which loads the readme file via the FileService.

How to test

This either requires a case-sensitive file system (Linux) or to debug the code of the source directly. Follow the steps from #13595 and rename the readme file from README.md in the extension directory of the plugin to readme.md. The file should still load correctly (using the FileService#readFile method now).

Review checklist

Reminder for reviewers

@github-project-automation github-project-automation bot moved this to Waiting on reviewers in PR Backlog Oct 4, 2025
Copy link
Contributor

@JonasHelming JonasHelming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@github-project-automation github-project-automation bot moved this from Waiting on reviewers to Needs merge in PR Backlog Oct 4, 2025
@msujew msujew merged commit b238265 into master Oct 4, 2025
10 of 12 checks passed
@msujew msujew deleted the msujew/fix-local-readme branch October 4, 2025 23:01
@github-project-automation github-project-automation bot moved this from Needs merge to Done in PR Backlog Oct 4, 2025
@github-actions github-actions bot added this to the 1.66.0 milestone Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants