We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b650573 commit 4287f79Copy full SHA for 4287f79
vscode.proposed.d.ts
@@ -143,6 +143,16 @@ declare module 'vscode' {
143
*/
144
lastRunDuration?: number;
145
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
156
/**
157
* Additional attributes of a cell metadata.
158
0 commit comments