Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: launchEditor not working for JetBrains IDEs #2197

Conversation

tarunrajput
Copy link
Contributor

Summary:

Fixes: #2180

https://www.jetbrains.com/help/idea/opening-files-from-command-line.html

Test Plan:

Checklist

  • Documentation is up to date to reflect these changes.
  • Follows commit message convention described in CONTRIBUTING.md

@@ -91,6 +86,11 @@ function getArgumentsForLineNumber(
case 'rmate':
case 'mate':
case 'mine':
case 'webstorm':
case 'wstorm':
case 'appcode':
Copy link
Member

Choose a reason for hiding this comment

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

AppCode is no longer available:
https://www.jetbrains.com/objc/

Copy link
Contributor

@liamjones liamjones Dec 8, 2023

Choose a reason for hiding this comment

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

It's still available to existing users (if that makes a difference)

Edit: Sorry, by that I mean there will be people with perpetual licenses for it and it'll work until Apple change something that breaks it working anymore.

@thymikee thymikee merged commit 0fe0be2 into react-native-community:main Dec 11, 2023
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jump to Source on RedBox error does not work with IntelliJ on Mac
5 participants