Add IntelliJ project icon to the list of possible favicon paths#1651
Add IntelliJ project icon to the list of possible favicon paths#1651basmilius wants to merge 1 commit intopingdotgg:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

What Changed
IntelliJ-based IDEs have the option to set a custom project icon, this change adds that known path to the project icon resolver.
Why
This shows project icons in the sidebar.
UI Changes
Before
After
Checklist
Note
Low Risk
Low risk: a single additional fallback path is added to favicon resolution, with no behavioral changes beyond possibly selecting a different icon file when present.
Overview
Extends the project favicon resolution to also check IntelliJ’s project icon location by adding
.idea/icon.svgto the orderedFAVICON_CANDIDATESlist, allowing IDE-defined project icons to show up where favicons are displayed.Written by Cursor Bugbot for commit 0ea6469. This will update automatically on new commits. Configure here.
Note
Add
.idea/icon.svgas a favicon candidate path for IntelliJ projectsAppends
.idea/icon.svgto theFAVICON_CANDIDATESarray in ProjectFaviconResolver.ts. This path is checked last, after all existing candidates.Macroscope summarized 0ea6469.