Use the IntelliJ IDEA logo in the editor list instead of the terminal icon #5276
maxwell-01
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The IntelliJ IDEA entry in "Open in editor" shows the generic terminal icon, because
targets/intellij-idea.tsuses{ kind: "symbol", name: "terminal" }and there is nointellij-idea.pnginpackages/desktop/assets/editor-targets/.Suggestion: add JetBrains' official icon, the same way WebStorm has one:
https://resources.jetbrains.com/storage/products/company/brand/logos/IntelliJ_IDEA_icon.png (256x256 PNG; SVG also available at the same path with
.svg).All reactions