-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
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
Allow for a inline
group on a custom view item to show on hover -- like the search close x
#28634
Labels
api
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
Comments
Duplicates #27823 |
sandy081
added
the
*duplicate
Issue identified as a duplicate of another issue(s)
label
Jun 14, 2017
sandy081
added
tree-views
Extension tree view issues
and removed
*duplicate
Issue identified as a duplicate of another issue(s)
labels
Jan 12, 2018
sandy081
changed the title
Allow for a
Allow for a Jan 15, 2018
navigation
group on a custom view item to show on hover -- like the search close xinline
group on a custom view item to show on hover -- like the search close x
Name of the group to be added into is Example: "view/item/context": [
{
"command": "jsonOutline.refreshNode",
"when": "view == jsonOutline",
"group": "inline"
}
] |
We couldn't get this to work in the latest insiders using the tree-view-sample. |
This was broken due to the changes done to the action items infrastructure. Fixed it. |
The item is missing from the arguments to the command in the example I look at. |
This was also due to the refactorings in menu items infrastructure. Fixed it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api
feature-request
Request for new features or functionality
tree-views
Extension tree view issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
We can add items to the
navigation
group to theview/title
of a custom view, but it would be great if we could also add them to theview/item/context
as well. Similar to the behavior with the close button on the search results.The text was updated successfully, but these errors were encountered: