This commit is contained in:
Johannes Rieken
2022-03-08 17:53:04 +01:00
parent fdf2b5c6fa
commit 9aa84a3eb0
4 changed files with 10 additions and 26 deletions

View File

@@ -223,9 +223,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
if (typeof filter.exclusive === 'boolean') {
checkProposedApiEnabled(extension, 'documentFiltersExclusive');
}
if (typeof filter.notebookType === 'string') {
checkProposedApiEnabled(extension, 'notebookDocumentSelector');
}
}
return selector;
};