git: commit

This commit is contained in:
Joao Moreno
2017-01-31 11:15:52 +01:00
parent b276b5e04b
commit cb36e6c217
8 changed files with 126 additions and 35 deletions

View File

@@ -21,10 +21,6 @@ export class GitSCMProvider implements SCMProvider {
scm.registerSCMProvider('git', this);
}
commit(message: string): Thenable<void> {
return this.commandCenter.commit(message);
}
open(resource: Resource): ProviderResult<void> {
return this.commandCenter.open(resource);
}