mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
remove NotebookContentProvider#resolveNotebook
This commit is contained in:
@@ -44,9 +44,6 @@ export function activate(context: vscode.ExtensionContext): any {
|
||||
|
||||
return dto;
|
||||
},
|
||||
resolveNotebook: async (_document: vscode.NotebookDocument) => {
|
||||
return;
|
||||
},
|
||||
saveNotebook: async (_document: vscode.NotebookDocument, _cancellation: vscode.CancellationToken) => {
|
||||
return;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user