add NotebookController#detail

This commit is contained in:
Johannes Rieken
2021-04-19 08:58:01 +02:00
parent 8aff878db2
commit 6b9bd78998
4 changed files with 14 additions and 0 deletions

View File

@@ -914,6 +914,7 @@ export interface INotebookKernelDto2 {
extensionId: ExtensionIdentifier;
extensionLocation: UriComponents;
label: string;
detail?: string;
description?: string;
isPreferred?: boolean;
supportedLanguages: string[];