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

vscode: Add support for resolveTreeItem to TreeDataProvider #11708

Commits on Oct 14, 2022

  1. vscode: Add support for resolveTreeItem to TreeDataProvider

    * Extend `theia.d.ts` with optional method `resolveTreeItem` in `TreeDataProvider`
    * Add infrastructure on ext side to resolve tree items
    * Add resolvable tree view node classes
    * Add resolvement for tooltips and commands
    * Align TreeViewItem and TreeViewNode tooltip property type to include `MarkdownString`
    
    Implements eclipse-theia#11147
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Lucas Koehler <[email protected]>
    lucas-koehler committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    bed1265 View commit details
    Browse the repository at this point in the history