DocumentFilter$Typings extension

on

Properties

language String?
A language id, like typescript.
no setter
notebookType String?
The {@link NotebookDocument.notebookTypetype} of a notebook, like jupyter-notebook. This allows to narrow down on the type of a notebook that a {@link NotebookCell.documentcell document} belongs to.
no setter
pattern Object?
A {@link GlobPatternglob pattern} that is matched on the absolute path of the document. Use a {@link RelativePatternrelative pattern} to filter documents to a {@link WorkspaceFolderworkspace folder}.
no setter
scheme String?
A Uri {@link Uri.schemescheme}, like file or untitled.
no setter