You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use open(…) from opener to open a file in the current workspace, I expect it to… open in the current workspace. Basically all tools that I use handle this consistently.
Instead, opener opens in a new window.
The text was updated successfully, but these errors were encountered:
What platform are you on? The $EDITOR variable is not used by opener. If you want your app to use the $EDITOR variable you'd currently need to handle reading the variable and launching the specified command yourself, then you could fall back to using opener::open() if it's not set.
Hmm, I find that surprising, but I guess on reflection it makes sense. As much is I need both editor and OS opening functionality, I can probably live with a fallback like you suggested.
My
$EDITOR
is set tocode -w --
.When I use
open(…)
fromopener
to open a file in the current workspace, I expect it to… open in the current workspace. Basically all tools that I use handle this consistently.Instead,
opener
opens in a new window.The text was updated successfully, but these errors were encountered: