This commit is contained in:
Johannes Rieken
2021-02-19 15:04:17 +01:00
parent 57cd5d4936
commit 4a74fa81c1
3 changed files with 7 additions and 7 deletions

View File

@@ -518,7 +518,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape {
private _backupIdPool: number = 0;
async $backup(viewType: string, uri: UriComponents, cancellation: CancellationToken): Promise<string> {
async $backupNotebook(viewType: string, uri: UriComponents, cancellation: CancellationToken): Promise<string> {
const document = this._getNotebookDocument(URI.revive(uri));
const provider = this._getProviderData(viewType);