This commit is contained in:
rebornix
2021-02-16 16:40:26 -08:00
parent b0bd28137a
commit b3f8737839
3 changed files with 18 additions and 1 deletions

View File

@@ -556,6 +556,7 @@ export class MainThreadNotebooks extends Disposable implements MainThreadNoteboo
const result: INotebookKernel[] = [];
const kernelsDto = await that._proxy.$provideNotebookKernels(handle, uri, token);
for (const dto of kernelsDto) {
console.log('kerneldto', dto.providerHandle);
result.push({
id: dto.id,