This commit is contained in:
Johannes Rieken
2021-05-31 15:55:15 +02:00
parent 220f89ba3c
commit f2fb2b8cbe
9 changed files with 44 additions and 27 deletions

View File

@@ -907,7 +907,7 @@ export interface MainThreadNotebookDocumentsShape extends IDisposable {
export interface INotebookKernelDto2 {
id: string;
viewType: string;
notebookType: string;
extensionId: ExtensionIdentifier;
extensionLocation: UriComponents;
label: string;