microsoft / microsoft/PowerToys
CmdPal: Icon loading (12/n) - Separate icon resolution and icon loading
Open
Needs-Triage
Product-Command Palette
- Dominant language
- C
- Stars
- 139k
- Forks
- 8.6k
- PR merge metrics
- PR metrics pending
Description
### Description of the new feature / enhancement
When we pass a shell object path as an icon path, the cache uses this path as id. But that's not a good identifier for and may lead to inefficient cache use and duplication - for example all text files usually have same icon.
### Scenario when this would be used?
More efficient use of cache, reduced memory usage
### Supporting information
_No response_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.