Skip to content

Commit 4287f79

Browse files
[Ignore] Update Notebook dts (#2841)
Co-authored-by: TylerLeonhardt <[email protected]>
1 parent b650573 commit 4287f79

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vscode.proposed.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,16 @@ declare module 'vscode' {
143143
*/
144144
lastRunDuration?: number;
145145

146+
/**
147+
* Whether a code cell's editor is collapsed
148+
*/
149+
inputCollapsed?: boolean;
150+
151+
/**
152+
* Whether a code cell's outputs are collapsed
153+
*/
154+
outputCollapsed?: boolean;
155+
146156
/**
147157
* Additional attributes of a cell metadata.
148158
*/

0 commit comments

Comments
 (0)