@eclipse-che/theia-factory-plugin
Advanced tools
Comparing version 0.0.1-1540140821 to 0.0.1-1540282074
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.0.1-1540140821", | ||
"version": "0.0.1-1540282074", | ||
"license": "EPL-2.0", | ||
@@ -9,0 +9,0 @@ "files": [ |
@@ -11,3 +11,3 @@ /********************************************************************* | ||
import { TheiaCloneCommand, TheiaCommand } from './theia-commands'; | ||
import { CheFactoryApi, CheFactory } from './che-factory-api'; | ||
import { CheFactoryApi, CheFactory } from './che-api'; | ||
import * as theia from '@theia/plugin'; | ||
@@ -14,0 +14,0 @@ |
@@ -12,5 +12,7 @@ /********************************************************************* | ||
import { FactoryTheiaClient } from "./factory-theia-client"; | ||
import { CheWorkspaceProjectManager } from "./che-workspace-project-manager"; | ||
export async function start() { | ||
new FactoryTheiaClient().onStart(); | ||
new CheWorkspaceProjectManager().onStart(); | ||
} | ||
@@ -17,0 +19,0 @@ |
@@ -82,6 +82,6 @@ /********************************************************************* | ||
} | ||
return new Promise(() => { console.error('action nor openfile nor run command') }); | ||
return new Promise(() => { console.error('action nor openfile nor run command'); }); | ||
} | ||
} | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
42643
10
459