Skip to content

Commit

Permalink
Use correct path to extensions dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
d3r3kk committed Oct 24, 2018
1 parent 9ba3a12 commit 350e143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/providers/linterProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import {
ConfigurationTarget, Disposable, ExtensionContext,
TextDocument, Uri, workspace
} from 'vscode';
import '../../../typings/extensions';
import { IDocumentManager } from '../common/application/types';
import { ConfigSettingMonitor } from '../common/configSettingMonitor';
import { isTestExecution } from '../common/constants';
import '../common/extensions';
import { IFileSystem } from '../common/platform/types';
import { IConfigurationService } from '../common/types';
import { IInterpreterService } from '../interpreter/contracts';
Expand Down

0 comments on commit 350e143

Please sign in to comment.