Pick up new TS version for building VS Code

This commit is contained in:
Matt Bierner
2022-03-15 09:52:34 -07:00
parent 44816f1eca
commit cd522655a1
6 changed files with 15 additions and 8 deletions

View File

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