Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/automation/src/index.ts')
-rw-r--r--test/automation/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automation/src/index.ts b/test/automation/src/index.ts
index ba417bf1f27..b0f1b0f1422 100644
--- a/test/automation/src/index.ts
+++ b/test/automation/src/index.ts
@@ -25,4 +25,5 @@ export * from './terminal';
export * from './viewlet';
export * from './localization';
export * from './workbench';
+export * from './task';
export { getDevElectronPath, getBuildElectronPath, getBuildVersion } from './electron';