feat: Include benches folder in the folder-benchmark for Rust's conventional benchmark directory#3356
Merged
PKief merged 2 commits intomaterial-extensions:mainfrom Feb 14, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Rust’s conventional benches/ directory to the existing folder-benchmark folder icon mapping so benchmark folders are recognized more consistently across projects.
Changes:
- Add
benchesto thefolder-benchmarkfolder name list infolderIcons.ts. - Minor formatting change at end-of-file.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Tymon Marek <tymon.marek@icloud.com>
PKief
approved these changes
Feb 14, 2026
benches folder in the folder-benchmark for Rust's conventional benchmark directorybenches folder in the folder-benchmark for Rust's conventional benchmark directory
Contributor
Merge SuccessfulThanks for your contribution! 🎉 The changes will be part of the upcoming update on the Marketplace. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Following the recommended Rust project structure, the
benchesdirectory contains the benchmarking code for a crate. This is currently not correctly listed as a special folder for this plugin:On top of this,
benchesis becoming a more commonly used directory across many languages to hold benchmarking code.This pull requests does not add any additional icons to the repository, only adding
benchesas a new member offolder-benchmarkwithinfolderIcons.ts.Contribution Guidelines
I apologise if my pull request doesn't follow the conventions or rules stated in your repository. I rarely make pull requests and am not certain if this is correct, so please let me know if it isn’t. I’m always open to learning.