Skip to content

Commit

Permalink
Fix linter issue (eslint is misbehaving) (#8608)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Dec 22, 2021
1 parent ec23d02 commit 71daade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/common/process/environmentActivationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
'use strict';
import '../extensions';

// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { inject, injectable, named, optional } from 'inversify';

import { IWorkspaceService } from '../application/types';
Expand Down

0 comments on commit 71daade

Please sign in to comment.