We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f25e63 commit 9ccb0faCopy full SHA for 9ccb0fa
1 file changed
src/vs/workbench/contrib/notebook/browser/view/renderers/webviewMessages.ts
@@ -168,23 +168,6 @@ export interface IClearMessage {
168
readonly type: 'clear';
169
}
170
171
-export interface IOutputRequestMetadata {
172
- /**
173
- * Additional attributes of a cell metadata.
174
- */
175
- readonly custom?: { readonly [key: string]: unknown };
176
-}
177
-
178
-export interface IOutputRequestDto {
179
180
- * { mime_type: value }
181
182
- readonly data: { readonly [key: string]: unknown };
183
184
- readonly metadata?: IOutputRequestMetadata;
185
- readonly outputId: string;
186
187
188
export interface OutputItemEntry {
189
readonly mime: string;
190
readonly valueBytes: Uint8Array;
0 commit comments