[vscode][plugin] Is command needed to be set to Composite tree node? #6025
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
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:
The text was updated successfully, but these errors were encountered: