mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
add extension identifier to kernel 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user