cell language should not be freezed.

This commit is contained in:
rebornix 2020-09-11 11:59:36 -07:00
parent 59dcc5c912
commit c53524a198

View file

@ -119,7 +119,7 @@ export class ExtHostCell extends Disposable {
uri: that.uri,
cellKind: this._cellData.cellKind,
document,
language: document.languageId,
get language() { return document.languageId; },
get outputs() { return that._outputs; },
set outputs(value) { that._updateOutputs(value); },
get metadata() { return that._metadata; },