mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
fix two issues with notebookType and document selectors, (1) make sure that notebookType: * matches only when a notebook is around, (2) include notebookType-property when converting from extHost type to renderer type, fyi @dbaeumer
This commit is contained in:
@@ -1491,7 +1491,8 @@ export namespace LanguageSelector {
|
||||
language: filter.language,
|
||||
scheme: filter.scheme,
|
||||
pattern: GlobPattern.from(filter.pattern),
|
||||
exclusive: filter.exclusive
|
||||
exclusive: filter.exclusive,
|
||||
notebookType: filter.notebookType
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user