mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
add details to notebook kernel.
This commit is contained in:
@@ -829,6 +829,7 @@ export class ExtHostNotebookKernelProviderAdapter extends Disposable {
|
||||
extension: this._extension.identifier,
|
||||
extensionLocation: this._extension.extensionLocation,
|
||||
description: kernel.description,
|
||||
detail: kernel.detail,
|
||||
isPreferred: kernel.isPreferred,
|
||||
preloads: kernel.preloads
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user