You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding custom context menu entries to a tree view using view/item/context in package.json does not work properly. The custom entry for context menu does not show properly and is barely visible in the UI. This means that menu item is being created but there is some bug with its UI rendering.
A screenshot from Theia and VS code is attached. Please see the difference how edit icon is appearing in both places.
Steps to Reproduce:
Package a .vsix of VS code tree view sample or use the attached .vsix file from custom-view-samples-0.0.1.zip
Run browser example app from Theia repository and install tree view sample .vsix
Open any folder in editor which contains a package.json file
Open package explorer from activity bar and hover on right side (where inline menu items are displayed) of any package
Notice the visibility of edit menu item
Additional Information
Left side is Theia browser app. Right side is VS code extension development host preview
Bug Description:
Adding custom context menu entries to a tree view using
view/item/context
inpackage.json
does not work properly. The custom entry for context menu does not show properly and is barely visible in the UI. This means that menu item is being created but there is some bug with its UI rendering.A screenshot from Theia and VS code is attached. Please see the difference how edit icon is appearing in both places.
Steps to Reproduce:
.vsix
of VS code tree view sample or use the attached.vsix
file fromcustom-view-samples-0.0.1.zip
.vsix
package.json
fileAdditional Information
Left side is Theia browser app. Right side is VS code extension development host preview
Tree view sample:
custom-view-samples-0.0.1.zip
The text was updated successfully, but these errors were encountered: