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

Is there a when clause to determine multi-select in explorer view? #43319

Closed
burdeasa opened this issue Feb 9, 2018 · 6 comments
Closed

Is there a when clause to determine multi-select in explorer view? #43319

burdeasa opened this issue Feb 9, 2018 · 6 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues on-testplan verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@burdeasa
Copy link

burdeasa commented Feb 9, 2018

  • VSCode Version: 1.20
  • OS Version: Windows 8.1

With version 1.20, multi-select is now supported in explorer view. For an extension author, is there a "when" clause that can be used to only activate context menu options when multiple items are selected (or not selected)?

@isidorn
Copy link
Contributor

isidorn commented Feb 13, 2018

@burdeasa currently we only have the "listDoubleSelection" context key. We could add "listMultiSelection" if that will help your extension.

@isidorn isidorn added the feature-request Request for new features or functionality label Feb 13, 2018
@isidorn isidorn added this to the February 2018 milestone Feb 13, 2018
@burdeasa
Copy link
Author

Yes, having listMultiSelection would be exactly what I need.

Thanks

@isidorn
Copy link
Contributor

isidorn commented Feb 13, 2018

@burdeasa fair, I will add in a couple of days

@isidorn isidorn added the file-explorer Explorer widget issues label Feb 14, 2018
@isidorn
Copy link
Contributor

isidorn commented Feb 14, 2018

@burdeasa I have pushed this, you can try it out in tomorrow's insiders and let us know how it behaves. Thanks
@bpasero fyi

@burdeasa
Copy link
Author

I gave it a try with the insider's build, and this is exactly what I need.

Thanks! I really appreciate it!

@isidorn isidorn added the verification-needed Verification of issue is requested label Feb 27, 2018
@jrieken jrieken added the verified Verification succeeded label Feb 28, 2018
@jrieken
Copy link
Member

jrieken commented Feb 28, 2018

verified by code review

@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues on-testplan verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants