mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
Pick up new TS version for building VS Code
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user