Closed jarvistesting closed 9 months ago
Hi,
Currently, you can't add a checkbox to the tree item.
Actions can be added in this way: https://bendera.github.io/vscode-webview-elements/components/vscode-tree/#actions
An item dispatches a vsc-select
event when it's clicked. See:
https://bendera.github.io/vscode-webview-elements/components/vscode-tree/#basic-example
How can I add checkbox to tree item labels and other menu action? How to add click action on item click