initial work for components view
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
7
src/views/githubLocalActionsTreeItem.ts
Normal file
7
src/views/githubLocalActionsTreeItem.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { MarkdownString, TreeItem } from "vscode";
|
||||
|
||||
export interface GithubLocalActionsTreeItem extends TreeItem {
|
||||
getChildren: () => GithubLocalActionsTreeItem[] | Promise<GithubLocalActionsTreeItem[]>;
|
||||
|
||||
getToolTip?: () => Promise<MarkdownString | string | undefined>;
|
||||
}
|
||||
Reference in New Issue
Block a user