-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
"Open in Terminal" is not multiselect-aware #42557
Comments
The current behavior is decent. |
I think the current behavior is fine for me, but if someone has selected multiple items they clearly have intent. Opening this up to PRs |
I would like to have a go at this if its fine. |
I have a question with respect to implementation. Say two files(or folder) selected are from same folder, should we still open two instances in the terminal ? Or should we check to ensure that same folder isnt duplicated ? |
I can verify that it's not working on MacOS as well. My 2 cents-
Details -
|
@sriram-dev by all means 😃 I think only opening a terminal for each once would probably be best personally. |
#42557 fix - make open in command multiselect aware
Fixed via #43552 |
This is expected behavior. Only if they have different folder multiple terminals will get opened. Please try with files in different folders. Thanks |
@isidorn I see. Seems to work nicely. I still think if the selection is all from the same root you could just reveal that parent in the terminal. Not doing anything is weird, especially since the action is not disabled. |
Oh I misunderstood your original comment. Yes if they all have the same parent it should open. Pushed a fix now. Thanks |
Testing #41473 on Linux
I think it makes sense for multiselect because it's similar to "open containing folder"
The text was updated successfully, but these errors were encountered: