mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
fix registerProfileContentHandler typos (#183197)
This commit is contained in:
@@ -877,7 +877,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
},
|
||||
registerProfileContentHandler(id: string, handler: vscode.ProfileContentHandler) {
|
||||
checkProposedApiEnabled(extension, 'profileContentHandlers');
|
||||
return extHostProfileContentHandlers.registrProfileContentHandler(extension, id, handler);
|
||||
return extHostProfileContentHandlers.registerProfileContentHandler(extension, id, handler);
|
||||
},
|
||||
registerQuickDiffProvider(selector: vscode.DocumentSelector, quickDiffProvider: vscode.QuickDiffProvider, label: string, rootUri?: vscode.Uri): vscode.Disposable {
|
||||
checkProposedApiEnabled(extension, 'quickDiffProvider');
|
||||
|
||||
Reference in New Issue
Block a user