mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
extension contributed kernels fall back to all languages when supportedLanguages isn't set, https://github.com/microsoft/vscode/issues/121329
This commit is contained in:
@@ -914,7 +914,7 @@ export interface INotebookKernelDto2 {
|
||||
detail?: string;
|
||||
description?: string;
|
||||
isPreferred?: boolean;
|
||||
supportedLanguages: string[];
|
||||
supportedLanguages?: string[];
|
||||
supportsInterrupt?: boolean;
|
||||
hasExecutionOrder?: boolean;
|
||||
preloads?: { uri: UriComponents; provides: string[] }[];
|
||||
|
||||
Reference in New Issue
Block a user