DocumentFilter$Typings extension
Properties
- language → String?
-
Available on DocumentFilter, provided by the DocumentFilter$Typings extension
A language id, liketypescript
.no setter - notebookType → String?
-
Available on DocumentFilter, provided by the DocumentFilter$Typings extension
The {@link NotebookDocument.notebookTypetype} of a notebook, likejupyter-notebook
. This allows to narrow down on the type of a notebook that a {@link NotebookCell.documentcell document} belongs to.no setter - pattern → Object?
-
Available on DocumentFilter, provided by the DocumentFilter$Typings extension
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?
-
Available on DocumentFilter, provided by the DocumentFilter$Typings extension
A Uri {@link Uri.schemescheme}, likefile
oruntitled
.no setter