mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
remove/disable selected and onDidChangeSelection from new kernel world
this need further clarification. we might be able to fold this into the API for communicating with a renderer
This commit is contained in:
@@ -72,8 +72,8 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
|
||||
return {
|
||||
get id() { return data.id; },
|
||||
get selector() { return data.selector; },
|
||||
get selected() { return that._kernelData.get(handle)?.selected ?? false; },
|
||||
onDidChangeSelection: emitter.event,
|
||||
// get selected() { return that._kernelData.get(handle)?.selected ?? false; },
|
||||
// onDidChangeSelection: emitter.event,
|
||||
get label() {
|
||||
return data.label;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user