From eca1715bdb2afeff81061e4e757015c602462079 Mon Sep 17 00:00:00 2001 From: TylerLeonhardt Date: Fri, 2 Oct 2020 22:03:14 +0000 Subject: [PATCH] [Ignore] Update Notebook dts --- vscode.proposed.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode.proposed.d.ts b/vscode.proposed.d.ts index a26c1fc7b3..bed0820e02 100644 --- a/vscode.proposed.d.ts +++ b/vscode.proposed.d.ts @@ -529,7 +529,7 @@ declare module 'vscode' { /** * Unique identifier for the backup. * - * This id is passed back to your extension in `openCustomDocument` when opening a notebook editor from a backup. + * This id is passed back to your extension in `openNotebook` when opening a notebook editor from a backup. */ readonly id: string;