From 0f80d760cdb13b7723a2b1a67c9d9cda6fe94899 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Fri, 14 Jul 2017 10:27:59 +0200 Subject: [PATCH] Fix compilations --- .../services/progress/test/progressService.test.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/vs/workbench/services/progress/test/progressService.test.ts b/src/vs/workbench/services/progress/test/progressService.test.ts index d604681b2a7..9a4a2dd281b 100644 --- a/src/vs/workbench/services/progress/test/progressService.test.ts +++ b/src/vs/workbench/services/progress/test/progressService.test.ts @@ -107,6 +107,13 @@ class TestViewlet implements IViewlet { return []; } + /** + * Returns an array of actions to show in the context menu of the composite + */ + public getContextMenuActions(): IAction[] { + return []; + } + /** * Returns the action item for a specific action. */ -- GitLab