Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed May 15, 2019
1 parent 5ce3f25 commit 7a1d916
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/task-plugin/src/export/launch-configurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import { injectable, inject } from 'inversify';
import { CheWorkspaceClient } from '../che-workspace-client';
import { ProjectPathVariableResolver } from '../variable/project-path-variable-resolver';
import * as theia from '@theia/plugin';
import { resolve } from 'path';
import { readFileSync, writeFileSync, format, modify, parse } from '../utils';
Expand All @@ -29,9 +28,6 @@ export class LaunchConfigurations {
@inject(CheWorkspaceClient)
protected readonly cheWorkspaceClient!: CheWorkspaceClient;

@inject(ProjectPathVariableResolver)
protected readonly projectPathVariableResolver: ProjectPathVariableResolver;

async exportConfigurations() {
const workspaceFolders = theia.workspace.workspaceFolders;
if (!workspaceFolders || workspaceFolders.length < 1) {
Expand Down

0 comments on commit 7a1d916

Please sign in to comment.