mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
rename viewType to notebookType, https://github.com/microsoft/vscode/issues/122922
This commit is contained in:
@@ -907,7 +907,7 @@ export interface MainThreadNotebookDocumentsShape extends IDisposable {
|
||||
|
||||
export interface INotebookKernelDto2 {
|
||||
id: string;
|
||||
viewType: string;
|
||||
notebookType: string;
|
||||
extensionId: ExtensionIdentifier;
|
||||
extensionLocation: UriComponents;
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user