add extension identifier to kernel 2

This commit is contained in:
Johannes Rieken
2021-04-08 11:22:00 +02:00
parent 6abe3beb6a
commit 461f09ff78
6 changed files with 12 additions and 7 deletions

View File

@@ -902,7 +902,7 @@ export interface MainThreadNotebookDocumentsShape extends IDisposable {
export interface INotebookKernelDto2 {
id: string;
selector: NotebookSelector;
extensionName: string;
extensionId: ExtensionIdentifier;
extensionLocation: UriComponents;
label: string;
description?: string;