💥 scm input onDidAccept

This commit is contained in:
Joao Moreno
2017-03-27 11:08:29 +02:00
parent ee9982da8d
commit 79aa19e9d4
9 changed files with 36 additions and 39 deletions

View File

@@ -50,10 +50,6 @@ export class GitSCMProvider implements SCMProvider {
return this.commandCenter.open(resource);
}
acceptChanges(): ProviderResult<void> {
return this.commandCenter.commitWithInput();
}
getOriginalResource(uri: Uri): Uri | undefined {
if (uri.scheme !== 'file') {
return;