vscode-material-icon-theme
vscode-material-icon-theme copied to clipboard
feature - icons seeds
Add icons seeds
Hey, @Andersonfrfilho?!
I don't think this PR will be accepted, because it's failing CI tests.
The CI tests indicates that icon.name should match the added svg filename. Hence: seeds.svg.
To pass this test, you need something like this:
{ icon: { name: 'seeds' }, ids: ['search-result'] },
Let me know, if you need help.
@entrywayaudibly
{ icon: { name: 'seeds' }, ids: ['search-result'] },
but why would I have to use another name like id, search-result instead of seeds ?
My bad!
It's just your branch, which is outdated. Hence, it's missing search.svg.
Icon not found: search.svg
Further than that: it would be cool to minify seeds.svg, in order to reduce file size.