Currently, I'm in the process of developing an extension for Visual Studio Code where I've added a new activityBar containing treeViews that showcase information pulled from a JSON file. My goal is to enable users to multi-select certain displayed items, similar to how files can be selected in the Explorer. Any suggestions or insights on how I could achieve this functionality would be greatly appreciated. Thank you!