-
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
TreeItem on click commands don't work #5744
Comments
@tetchel which command were you attempting to execute with the tree? |
A custom one from my extension Edit: also |
We do have the command |
hmm, that is a different command ID than vs code (again, |
I believe it will be, it's part of the #5590 change :) |
Indeed this is fixed in 0.10, thanks guys |
With #5661 in,
command
s no longer break the tree, but the commands do not work (they never execute, so I assume there is just no listener).In VS Code, single-clicking a tree item runs the
command
tied to it, eg opening a file in the Explorer view.This can be configured to be double-click instead with the setting
workbench.list.openMode
. (see microsoft/vscode#39601)TreeItem onclick commands do not appear to have any effect in Theia.
The text was updated successfully, but these errors were encountered: