mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user