add exclusivness to document filter

This commit is contained in:
Johannes Rieken
2018-05-03 11:37:58 +02:00
parent d7955610d4
commit fa0a49bbf2
7 changed files with 51 additions and 14 deletions

View File

@@ -258,6 +258,7 @@ export interface ISerializedDocumentFilter {
language?: string;
scheme?: string;
pattern?: vscode.GlobPattern;
exclusive?: boolean;
}
export interface MainThreadLanguageFeaturesShape extends IDisposable {