mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
rename hasExecutionOrder to supportsExecutionOrder
This commit is contained in:
@@ -915,7 +915,7 @@ export interface INotebookKernelDto2 {
|
||||
description?: string;
|
||||
supportedLanguages?: string[];
|
||||
supportsInterrupt?: boolean;
|
||||
hasExecutionOrder?: boolean;
|
||||
supportsExecutionOrder?: boolean;
|
||||
preloads?: { uri: UriComponents; provides: string[] }[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user