remove NotebookContentProvider#resolveNotebook

This commit is contained in:
Johannes Rieken
2021-03-29 12:21:45 +02:00
parent 576ef958f1
commit d13f3b4a2f
6 changed files with 0 additions and 25 deletions

View File

@@ -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;
},