Skip to content

fix: add RubyMine to Preferred Editor dropdown#186

Open
zerone0x wants to merge 1 commit into21st-dev:mainfrom
zerone0x:fix/rubymine-missing-from-editor-dropdown
Open

fix: add RubyMine to Preferred Editor dropdown#186
zerone0x wants to merge 1 commit into21st-dev:mainfrom
zerone0x:fix/rubymine-missing-from-editor-dropdown

Conversation

@zerone0x
Copy link

Fixes #177

RubyMine is fully defined in src/shared/external-apps.ts and has an icon at src/renderer/assets/app-icons/rubymine.svg, but was missing from the JETBRAINS array in agents-preferences-tab.tsx.

Changes:

  • import rubymine.svg icon
  • add rubymine entry to EDITOR_ICONS
  • add { id: "rubymine", label: "RubyMine" } to the JETBRAINS array

Co-Authored-By: Claude noreply@anthropic.com

RubyMine was fully defined in external-apps.ts and had an icon asset,
but was missing from the JETBRAINS array in agents-preferences-tab.tsx,
so it never appeared in Settings → Preferences → Preferred Editor.

Fixes 21st-dev#177

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: RubyMine missing from Preferred Editor dropdown despite being defined

1 participant