more todos for notebook API...

This commit is contained in:
Johannes Rieken 2021-05-31 16:25:11 +02:00
parent 552d457b71
commit 1eef15f0d5
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

1
src/vs/vscode.d.ts vendored
View file

@ -11705,6 +11705,7 @@ declare module 'vscode' {
* @param id Identifier of this output.
* @param metadata Optional metadata.
*/
//todo@API id-args is not used by jupyter but added with display_id in mind...
constructor(outputs: NotebookCellOutputItem[], id: string, metadata?: { [key: string]: any });
}