mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
remove deprecated API
This commit is contained in:
@@ -111,7 +111,6 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
|
||||
|
||||
const controller: vscode.NotebookController = {
|
||||
get id() { return id; },
|
||||
get viewType() { return data.notebookType; },
|
||||
get notebookType() { return data.notebookType; },
|
||||
onDidChangeNotebookAssociation: onDidChangeSelection.event,
|
||||
get label() {
|
||||
@@ -142,13 +141,6 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
|
||||
data.supportedLanguages = value;
|
||||
_update();
|
||||
},
|
||||
get hasExecutionOrder() {
|
||||
return data.supportsExecutionOrder ?? false;
|
||||
},
|
||||
set hasExecutionOrder(value) {
|
||||
data.supportsExecutionOrder = value;
|
||||
_update();
|
||||
},
|
||||
get supportsExecutionOrder() {
|
||||
return data.supportsExecutionOrder ?? false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user