diff --git a/src/vs/workbench/api/common/extHostTypes.ts b/src/vs/workbench/api/common/extHostTypes.ts index a89fb9c8844..f9f9de26758 100644 --- a/src/vs/workbench/api/common/extHostTypes.ts +++ b/src/vs/workbench/api/common/extHostTypes.ts @@ -2549,7 +2549,7 @@ export enum ColorThemeKind { @es5ClassCompat export class TimelineItem implements vscode.TimelineItem { - constructor(public label: string, public timestamp: number, public source: string) { } + constructor(public label: string, public timestamp: number) { } } //#endregion Timeline