Rename Stash Explorer

This commit is contained in:
rebornix
2017-06-13 19:22:43 -07:00
committed by Eric Amodio
parent 1b4800571d
commit 0e4664bab1
3 changed files with 5 additions and 5 deletions

View File

@@ -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> {