Skip to content

Commit 208759c

Browse files
[Ignore] Update Notebook dts (#2902)
Co-authored-by: TylerLeonhardt <TylerLeonhardt@users.noreply.github.com>
1 parent a150199 commit 208759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode.proposed.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ declare module 'vscode' {
164164
readonly uri: Uri;
165165
readonly cellKind: CellKind;
166166
readonly document: TextDocument;
167-
language: string;
167+
readonly language: string;
168168
outputs: CellOutput[];
169169
metadata: NotebookCellMetadata;
170170
}

0 commit comments

Comments
 (0)