VSCode extension TreeView Issue not selecting tree item

Viewed 15

I'm looking to programmatically select a tree item in a TreeView. This is my code:

var it = seqItems[passItem.passNum-1];
this.sequenceView.reveal(it, {select: true, focus: true, expand: false});

Is this function implemented?

0 Answers
Related