-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 tree view selection #9673
Fix tree view selection #9673
Conversation
Signed-off-by: Alexander Kozinko [email protected]
Thank you for the contribution. I imagine it works as expected, but could you please provide a working example in the form of a minimal git repo or in a |
We can use the following |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msujew do you mind performing a quick review as well? I believe it can fit for today's release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I confirm the bug on master and its absence with this code, and the diagnosis of the fault as a typo seems eminently plausible :-).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can also confirm that the fix is working.
Signed-off-by: Alexander Kozinko [email protected]
What it does
Fixes tree view selection #9672. Original implementation always checked old selection state, I think it was a typo.
How to test
vscode-file-explorer-selection
plugin to the example applicationFileExplorer: Echo Selection
Review checklist
Reminder for reviewers