💥 scm id -> contextKey

This commit is contained in:
Joao Moreno
2017-03-27 11:50:39 +02:00
parent d4efff6cf2
commit 75576e3cca
13 changed files with 81 additions and 93 deletions

View File

@@ -14,7 +14,7 @@ export class GitSCMProvider implements SCMProvider {
private disposables: Disposable[] = [];
get id(): string { return 'git'; }
get contextKey(): string { return 'git'; }
get resources(): SCMResourceGroup[] { return this.model.resources; }
get onDidChange(): Event<SCMResourceGroup[]> {