mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
move file decoration API to stable, https://github.com/microsoft/vscode/issues/54938
This commit is contained in:
@@ -639,7 +639,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostCustomEditors.registerCustomEditorProvider(extension, viewType, provider, options);
|
||||
},
|
||||
registerFileDecorationProvider(provider: vscode.FileDecorationProvider) {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostDecorations.registerFileDecorationProvider(provider, extension.identifier);
|
||||
},
|
||||
registerUriHandler(handler: vscode.UriHandler) {
|
||||
|
||||
Reference in New Issue
Block a user