mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
finalize DocumentFilter#notebookType, https://github.com/microsoft/vscode/issues/141143
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user