mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
remove NotebookContentProvider#resolveNotebook
This commit is contained in:
@@ -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) {
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user