Skip to content
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

[plug-in] Support custom icons in the TreeView #3330

Closed
vitaliy-guliy opened this issue Oct 30, 2018 · 1 comment · Fixed by #5057
Closed

[plug-in] Support custom icons in the TreeView #3330

vitaliy-guliy opened this issue Oct 30, 2018 · 1 comment · Fixed by #5057
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team vscode issues related to VSCode compatibility

Comments

@vitaliy-guliy
Copy link
Contributor

vitaliy-guliy commented Oct 30, 2018

For now only icons from font-awesome are supported.
For that plugin provides class name as iconPath

{
    label: userName,
    iconPath: 'fa-user medium-yellow'
}

Tree View Item API describes that we have also to support icons from a file and pass it using resource URI.

This feature is a path of #2782

Demo plugin tree-view-sample-plugin should demonstrate the feature.

@vitaliy-guliy vitaliy-guliy added plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team labels Oct 30, 2018
@tsmaeder tsmaeder added the vscode issues related to VSCode compatibility label Feb 6, 2019
@azatsarynnyy
Copy link
Member

should be fixed by #5057

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants