mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-13 03:28:35 -05:00
Rename Stash Explorer
This commit is contained in:
@@ -6,7 +6,7 @@ import { StashCommitNode } from './stashCommitNode';
|
||||
|
||||
export * from './gitExplorerNodes';
|
||||
|
||||
export class GitStashExplorer implements TreeDataProvider<ExplorerNode> {
|
||||
export class StashExplorer implements TreeDataProvider<ExplorerNode> {
|
||||
private _node: ExplorerNode;
|
||||
private _onDidChangeTreeData = new EventEmitter<ExplorerNode>();
|
||||
public get onDidChangeTreeData(): Event<StashCommitNode> {
|
||||
Reference in New Issue
Block a user