mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Categorize kernels in the notebook kernel picker (#135502)
* Categorize kernels in the notebook kernel picker * rename property * address review comments * more changes * fix liner * address review comments
This commit is contained in:
@@ -908,6 +908,7 @@ export interface INotebookKernelDto2 {
|
||||
label: string;
|
||||
detail?: string;
|
||||
description?: string;
|
||||
kind?: string;
|
||||
supportedLanguages?: string[];
|
||||
supportsInterrupt?: boolean;
|
||||
supportsExecutionOrder?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user