Skip to content
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

Load plugin readme from file system #14699

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Conversation

msujew
Copy link
Member

@msujew msujew commented Jan 6, 2025

What it does

Closes #13595

Ensures that we attempt to load the readme content from the file system, if it is available. Since the capitalization is not guaranteed, the code will attempt to find all possible versions of readme.md/readme.

If the readme is not available locally, it will still attempt to load the readme from the remote URL.

How to test

Follow the steps from #13595. Ensure that the readme file of the plugin is shown.

Review checklist

Reminder for reviewers

@msujew msujew added the plug-in system issues related to the plug-in system label Jan 6, 2025
Copy link
Contributor

@rschnekenbu rschnekenbu left a comment

Choose a reason for hiding this comment

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

LGTM!

@rschnekenbu rschnekenbu merged commit 16a5186 into master Jan 30, 2025
11 checks passed
@github-actions github-actions bot added this to the 1.58.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

VSX Extensions: Extension readme preview is not rendered if installed from VSIX file
2 participants