mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
scm: remove commit method from api
This commit is contained in:
@@ -242,7 +242,6 @@ export abstract class MainProcessExtensionServiceShape {
|
||||
|
||||
export interface SCMProviderFeatures {
|
||||
label: string;
|
||||
supportsCommit: boolean;
|
||||
supportsOpen: boolean;
|
||||
supportsDrag: boolean;
|
||||
supportsOriginalResource: boolean;
|
||||
@@ -390,7 +389,6 @@ export abstract class ExtHostTerminalServiceShape {
|
||||
}
|
||||
|
||||
export abstract class ExtHostSCMShape {
|
||||
$commit(id: string, message: string): TPromise<void> { throw ni(); }
|
||||
$open(id: string, resourceGroupId: string, uri: string): TPromise<void> { throw ni(); }
|
||||
$drag(id: string, fromResourceGroupId: string, fromUri: string, toResourceGroupId: string): TPromise<void> { throw ni(); }
|
||||
$getOriginalResource(id: string, uri: URI): TPromise<URI> { throw ni(); }
|
||||
|
||||
Reference in New Issue
Block a user