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

[vscode][plugin] Is command needed to be set to Composite tree node? #6025

Open
vinokurig opened this issue Aug 23, 2019 · 0 comments
Open
Labels
plug-in system issues related to the plug-in system question user / developer questions tree issues related to the tree (ex: tree widget) vscode issues related to VSCode compatibility

Comments

@vinokurig
Copy link
Contributor

Description

According to vscode logic: command can be applied on all tree node types, but vscode doesn't expand the composite tree node on click, it expands only on the node triangle click.
According to Theia logic: command cannot be applied to composite tree node but the node expands on all node area click.
Is it expected to inherit vscode tree logic to Theia?
The behavior can be tested with https://github.com/vinokurig/Test.git plugin

Reproduction Steps

OS and Theia version:

Diagnostics:

@vinokurig vinokurig added question user / developer questions tree issues related to the tree (ex: tree widget) plug-in system issues related to the plug-in system vscode issues related to VSCode compatibility labels Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system question user / developer questions tree issues related to the tree (ex: tree widget) vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

1 participant