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:
Johannes Rieken
2021-04-09 15:05:58 +02:00
parent a1139fd83c
commit ec8c7257ed
2 changed files with 9 additions and 9 deletions

View File

@@ -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;
},