mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
add kernel push to proposed API
This commit is contained in:
@@ -902,10 +902,10 @@ export interface MainThreadNotebookDocumentsShape extends IDisposable {
|
||||
export interface INotebookKernelDto2 {
|
||||
id: string;
|
||||
selector: NotebookSelector;
|
||||
displayName: string;
|
||||
label: string;
|
||||
executeCommand: ICommandDto;
|
||||
interruptCommand?: ICommandDto;
|
||||
detail?: string;
|
||||
description?: string;
|
||||
isPreferred?: boolean;
|
||||
supportedLanguages: string[];
|
||||
|
||||
Reference in New Issue
Block a user