Skip to content

NotebookCell is missing outputs field  #1419

Open
@karthiknadig

Description

@karthiknadig

See vscode.d.ts : https://github.com/microsoft/vscode/blob/ad05897293964be52ad97505124830937d096953/src/vscode-dts/vscode.d.ts#L14441

{
"name": "NotebookCell",
"properties": [
{
"name": "kind",
"type": {
"kind": "reference",
"name": "NotebookCellKind"
},
"documentation": "The cell's kind"
},
{
"name": "document",
"type": {
"kind": "base",
"name": "DocumentUri"
},
"documentation": "The URI of the cell's text document\ncontent."
},
{
"name": "metadata",
"type": {
"kind": "reference",
"name": "LSPObject"
},
"optional": true,
"documentation": "Additional metadata stored with the cell.\n\nNote: should always be an object literal (e.g. LSPObject)"
},
{
"name": "executionSummary",
"type": {
"kind": "reference",
"name": "ExecutionSummary"
},
"optional": true,
"documentation": "Additional execution summary information\nif supported by the client."
}
],
"documentation": "A notebook cell.\n\nA cell's document URI must be unique across ALL notebook\ncells and can therefore be used to uniquely identify a\nnotebook cell or the cell's text document.\n\n@since 3.17.0",
"since": "3.17.0"
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions