Anyway, when I trying to manually open the file it doesn't work with name:line neither with --line parameter, as it looks like it uses open command:
$ which idea
/usr/local/bin/idea
$ cat /usr/local/bin/idea
#!/bin/sh
# Generated by JetBrains Toolbox 1.15.5796 at Mon Sep 2 16:09:31 2019
open -a "/Users/extempl/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/192.6603.8/IntelliJ IDEA 2019.2 EAP.app/Contents/MacOS/idea" "$@"
Describe the bug
According to this line: https://github.com/facebook/create-react-app/blob/2874e1209e14c7bff6c51fa3d73a53c5a15944cf/packages/react-dev-utils/launchEditor.js#L68-L69 it looks like it should have different format. However, on try opening the file I getting
Anyway, when I trying to manually open the file it doesn't work with
name:line
neither with--line
parameter, as it looks like it usesopen
command:P.S., so the command added by toolbox, and it has different format from what described here: https://www.jetbrains.com/help/idea/opening-files-from-command-line.html
Environment
MacOS, IDEA