mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
rename latestExecutionSummary to executionSummary
This commit is contained in:
@@ -87,7 +87,7 @@ export class ExtHostCell {
|
||||
document: data.document,
|
||||
get outputs() { return that._outputs.slice(0); },
|
||||
get metadata() { return that._metadata; },
|
||||
get latestExecutionSummary() { return that._previousResult; }
|
||||
get executionSummary() { return that._previousResult; }
|
||||
});
|
||||
}
|
||||
return this._apiCell;
|
||||
|
||||
Reference in New Issue
Block a user