@eclipse-che/theia-factory-plugin
Advanced tools
Comparing version 0.0.1-1541701876 to 0.0.1-1541781867
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.0.1-1541701876", | ||
"version": "0.0.1-1541781867", | ||
"license": "EPL-2.0", | ||
@@ -9,0 +9,0 @@ "files": [ |
@@ -35,2 +35,5 @@ /********************************************************************* | ||
const cloneCommandList = await this.selectProjectToCloneCommands(workspaceConfig); | ||
if (cloneCommandList.length === 0) { | ||
return; | ||
} | ||
await this.executeCloneCommands(cloneCommandList); | ||
@@ -64,2 +67,3 @@ | ||
private async executeCloneCommands(cloneCommandList: TheiaCloneCommand[]) { | ||
theia.window.showInformationMessage("Che Workspace: Starting clonning projects."); | ||
await Promise.all( | ||
@@ -66,0 +70,0 @@ cloneCommandList.map(cloneCommand => cloneCommand.execute()) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42821
463