Revert "Pick up new TS version for building VS Code"

This reverts commit cd522655a1.

This breaks some of our build scripts. Needs more work
This commit is contained in:
Matt Bierner
2022-03-15 10:05:09 -07:00
parent 87b9994959
commit f911411c46
6 changed files with 8 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ export class ExtHostEditorTabs implements IExtHostEditorTabs {
}
private createExtHostTabObject(tabDto: IEditorTabDto): IEditorTab {
return Object.freeze<IEditorTab>({
return Object.freeze({
label: tabDto.label,
viewColumn: typeConverters.ViewColumn.to(tabDto.viewColumn),
resource: URI.revive(tabDto.resource),