mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
@@ -49,6 +49,10 @@ export class GitSCMProvider implements SCMProvider {
|
||||
return this.commandCenter.open(resource);
|
||||
}
|
||||
|
||||
acceptChanges(): ProviderResult<void> {
|
||||
return this.commandCenter.commitWithInput();
|
||||
}
|
||||
|
||||
drag(resource: Resource, resourceGroup: ResourceGroup): void {
|
||||
console.log('drag', resource, resourceGroup);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user