mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
add an API proposal for DocumentFilter#notebookType, https://github.com/microsoft/vscode/issues/141143
This commit is contained in:
@@ -336,6 +336,7 @@ export interface IDocumentFilterDto {
|
||||
scheme?: string;
|
||||
pattern?: string | IRelativePattern;
|
||||
exclusive?: boolean;
|
||||
notebookType?: string;
|
||||
}
|
||||
|
||||
export interface ISignatureHelpProviderMetadataDto {
|
||||
|
||||
Reference in New Issue
Block a user