mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
💥 scm id -> contextKey
This commit is contained in:
@@ -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[]> {
|
||||
|
||||
Reference in New Issue
Block a user