We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test for #26948
Complexity: 4
Write an extension that contributes a tree view to the Explorer using following steps
package.json
"enableProposedApi": true
views
onView:${id}
Contribute commands using menus extension point at following locations
menus
view/title
navigation
view/item/context
when
view
viewItem
Examples here
Play around and please provide feedback on the api and issues all through this repository.
The text was updated successfully, but these errors were encountered:
rebornix
No branches or pull requests
Test for #26948
Complexity: 4
What to do - Code :)
Write an extension that contributes a tree view to the Explorer using following steps
Prerequisites
package.json
views
.Activation
onView:${id}
.Menus
Contribute commands using
menus
extension point at following locationsview/title
- Supported groups arenavigation
.view/item/context
- No groups are supported. These commands will be called with your model element representing tree item as first argument.when
clause areview
andviewItem
respectively.Examples here
What to Test ?
Play around and please provide feedback on the api and issues all through this repository.
The text was updated successfully, but these errors were encountered: