mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
git: commit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user