Skip to content

Commit 68a8e15

Browse files
[Ignore] Update Notebook dts (#2859)
Co-authored-by: TylerLeonhardt <TylerLeonhardt@users.noreply.github.com>
1 parent 526fb22 commit 68a8e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vscode.proposed.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ declare module 'vscode' {
218218
readonly fileName: string;
219219
readonly viewType: string;
220220
readonly isDirty: boolean;
221+
readonly isUntitled: boolean;
221222
readonly cells: NotebookCell[];
222223
languages: string[];
223224
displayOrder?: GlobPattern[];

0 commit comments

Comments
 (0)