mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
SCM - add input box value provider proposal (#198232)
* Initial implementation * Remove new toolbar widget * Remove TestCommitMessageProvider2 * Remove more changes
This commit is contained in:
@@ -1168,6 +1168,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
},
|
||||
createSourceControl(id: string, label: string, rootUri?: vscode.Uri) {
|
||||
return extHostSCM.createSourceControl(extension, id, label, rootUri);
|
||||
},
|
||||
registerSourceControlInputBoxValueProvider(provider: vscode.SourceControlInputBoxValueProvider): vscode.Disposable {
|
||||
checkProposedApiEnabled(extension, 'scmInputBoxValueProvider');
|
||||
return extHostSCM.registerSourceControlInputBoxValueProvider(extension, provider);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user