From d0b6e47c28e08916c192db3beb7f38e2e32cb16b Mon Sep 17 00:00:00 2001 From: TylerLeonhardt Date: Thu, 20 Aug 2020 22:02:56 +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 71edb59e6d..d2d0913c6f 100644 --- a/vscode.proposed.d.ts +++ b/vscode.proposed.d.ts @@ -164,7 +164,7 @@ declare module 'vscode' { readonly uri: Uri; readonly cellKind: CellKind; readonly document: TextDocument; - language: string; + readonly language: string; outputs: CellOutput[]; metadata: NotebookCellMetadata; }