@eclipse-che/che-theia-devworkspace-handler
Advanced tools
Comparing version 0.0.1-1631794665 to 0.0.1-1632729321
@@ -23,3 +23,2 @@ /********************************************************************** | ||
private devContainerComponentUpdater; | ||
private vsixInstallerComponentUpdater; | ||
private insertTemplates; | ||
@@ -26,0 +25,0 @@ update(devfileContext: DevfileContext, cheTheiaExtensions: VSCodeExtensionEntry[], extensionsWithSidecars: VSCodeExtensionEntryWithSidecar[], extensionsForDevContainer: VSCodeExtensionDevContainer | undefined): Promise<void>; |
@@ -35,3 +35,2 @@ "use strict"; | ||
const sidecar_components_creator_1 = require("./sidecar-components-creator"); | ||
const vsix_installer_component_updater_1 = require("../vsix-installer/vsix-installer-component-updater"); | ||
/** | ||
@@ -54,4 +53,2 @@ * This class is responsible to: | ||
} | ||
// add the vsix installer | ||
yield this.vsixInstallerComponentUpdater.add(devfileContext); | ||
// need to add the kubernetes plug-in in the devWorkspace object | ||
@@ -102,6 +99,2 @@ if (this.insertTemplates) { | ||
__decorate([ | ||
inversify_1.inject(vsix_installer_component_updater_1.VsixInstallerComponentUpdater), | ||
__metadata("design:type", vsix_installer_component_updater_1.VsixInstallerComponentUpdater) | ||
], DevWorkspaceUpdater.prototype, "vsixInstallerComponentUpdater", void 0); | ||
__decorate([ | ||
inversify_1.inject('boolean'), | ||
@@ -108,0 +101,0 @@ inversify_1.named('INSERT_TEMPLATES'), |
@@ -28,3 +28,2 @@ "use strict"; | ||
const plugin_registry_module_1 = require("../plugin-registry/plugin-registry-module"); | ||
const vsix_installer_module_1 = require("../vsix-installer/vsix-installer-module"); | ||
/** | ||
@@ -41,3 +40,2 @@ * Manage all bindings for inversify | ||
this.container.load(plugin_registry_module_1.pluginRegistryModule); | ||
this.container.load(vsix_installer_module_1.vsixInstallerModule); | ||
this.container.bind(Symbol.for('AxiosInstance')).toConstantValue(options.axiosInstance); | ||
@@ -44,0 +42,0 @@ this.container.bind('string').toConstantValue(options.pluginRegistryUrl).whenTargetNamed('PLUGIN_REGISTRY_URL'); |
{ | ||
"name": "@eclipse-che/che-theia-devworkspace-handler", | ||
"version": "0.0.1-1631794665", | ||
"version": "0.0.1-1632729321", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Handle management of che-theia-plugins and devWorkspace templates", |
@@ -19,3 +19,2 @@ /********************************************************************** | ||
import { VSCodeExtensionDevContainer } from './vscode-extension-dev-container'; | ||
import { VsixInstallerComponentUpdater } from '../vsix-installer/vsix-installer-component-updater'; | ||
@@ -39,5 +38,2 @@ /** | ||
@inject(VsixInstallerComponentUpdater) | ||
private vsixInstallerComponentUpdater: VsixInstallerComponentUpdater; | ||
@inject('boolean') | ||
@@ -62,5 +58,2 @@ @named('INSERT_TEMPLATES') | ||
// add the vsix installer | ||
await this.vsixInstallerComponentUpdater.add(devfileContext); | ||
// need to add the kubernetes plug-in in the devWorkspace object | ||
@@ -67,0 +60,0 @@ if (this.insertTemplates) { |
@@ -18,3 +18,2 @@ /********************************************************************** | ||
import { pluginRegistryModule } from '../plugin-registry/plugin-registry-module'; | ||
import { vsixInstallerModule } from '../vsix-installer/vsix-installer-module'; | ||
@@ -38,3 +37,2 @@ export interface InversifyBindingOptions { | ||
this.container.load(pluginRegistryModule); | ||
this.container.load(vsixInstallerModule); | ||
@@ -41,0 +39,0 @@ this.container.bind(Symbol.for('AxiosInstance')).toConstantValue(options.axiosInstance); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 3 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 3 instances in 1 package
212601
141
3394