Allow TreeItem#command
to be resolved in resolveTreeItem
#110498
Labels
api
api-finalization
api-proposal
feature-request
Request for new features or functionality
tree-views
Extension tree view issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
This enables extensions to do any computing that is needed to have the correct command lazily. This is especially useful for extensions that make a command that calls a built in command. With this feature, the extension can set
command
to the built in command without having to register an additional command.ref: #110497
Depends on #100741
The text was updated successfully, but these errors were encountered: