A document filter denotes a document by different properties like
the language, the scheme of
its resource, or a glob-pattern that is applied to the path.
sample
A language filter that applies to typescript files on disk: { language: 'typescript', scheme: 'file' }
sample
A language filter that applies to all package.json paths: { language: 'json', scheme: 'untitled', pattern: '**/package.json' }
A document filter denotes a document by different properties like the language, the scheme of its resource, or a glob-pattern that is applied to the path.
A language filter that applies to typescript files on disk:
{ language: 'typescript', scheme: 'file' }
A language filter that applies to all package.json paths:
{ language: 'json', scheme: 'untitled', pattern: '**/package.json' }