remove kernel provider from core, adopt kernel service, merge kernel2 and kernel interface, extract context keys from kernel manager, make context key manager only for execution/cancellation

This commit is contained in:
Johannes Rieken
2021-04-20 11:30:31 +02:00
parent 11c3ba58af
commit fe7951dd7a
14 changed files with 379 additions and 915 deletions

View File

@@ -181,7 +181,7 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
return that._proxy.$postMessage(handle, editor && that._extHostNotebook.getIdByEditor(editor), message);
},
asWebviewUri(uri: URI) {
return asWebviewUri(that._initData.environment, data.id, uri);
return asWebviewUri(that._initData.environment, String(handle), uri);
}
};