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

@@ -16,9 +16,6 @@ suite('Notebook Document', function () {
new vscode.NotebookDocumentMetadata()
);
}
async resolveNotebook(_document: vscode.NotebookDocument, _webview: vscode.NotebookCommunication) {
//
}
async saveNotebook(_document: vscode.NotebookDocument, _cancellation: vscode.CancellationToken) {
//
}