mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
cell language should not be freezed.
This commit is contained in:
@@ -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; },
|
||||
|
||||
Reference in New Issue
Block a user