Skip to content

Add IntelliJ project icon to the list of possible favicon paths#1651

Open
basmilius wants to merge 1 commit intopingdotgg:mainfrom
basmilius:feat/idea-known-favicon
Open

Add IntelliJ project icon to the list of possible favicon paths#1651
basmilius wants to merge 1 commit intopingdotgg:mainfrom
basmilius:feat/idea-known-favicon

Conversation

@basmilius
Copy link
Copy Markdown

@basmilius basmilius commented Apr 1, 2026

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

image

After

image

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

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.svg to the ordered FAVICON_CANDIDATES list, 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.svg as a favicon candidate path for IntelliJ projects

Appends .idea/icon.svg to the FAVICON_CANDIDATES array in ProjectFaviconResolver.ts. This path is checked last, after all existing candidates.

Macroscope summarized 0ea6469.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 1, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: fd43a318-4dec-47b8-9f4a-844ee28287c1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Apr 1, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@basmilius basmilius changed the title Add IntelliJ projcet icon to the list of possible favicon paths Add IntelliJ project icon to the list of possible favicon paths Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant