mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
SCM - delete scmInputBoxValueProvider proposal (#199778)
This commit is contained in:
@@ -1170,10 +1170,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
},
|
||||
createSourceControl(id: string, label: string, rootUri?: vscode.Uri) {
|
||||
return extHostSCM.createSourceControl(extension, id, label, rootUri);
|
||||
},
|
||||
registerSourceControlInputBoxValueProvider(sourceControlId: string, provider: vscode.SourceControlInputBoxValueProvider): vscode.Disposable {
|
||||
checkProposedApiEnabled(extension, 'scmInputBoxValueProvider');
|
||||
return extHostSCM.registerSourceControlInputBoxValueProvider(extension, sourceControlId, provider);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user