Skip to content

Commit c1ea12a

Browse files
fix imports
1 parent 7f85b01 commit c1ea12a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import rollbar from '@cmt/rollbar';
1111
import { Environment, EnvironmentUtils } from './environmentVariables';
1212
import { TargetPopulation } from 'vscode-tas-client';
1313
import { expandString, ExpansionOptions } from './expand';
14-
import { ExtensionManager, getStatusBar } from './extension';
15-
import { treeDataProvider } from './projectStatus';
14+
import { ExtensionManager } from './extension';
1615

1716
nls.config({ messageFormat: nls.MessageFormat.bundle, bundleFormat: nls.BundleFormat.standalone })();
1817
const localize: nls.LocalizeFunc = nls.loadMessageBundle();

0 commit comments

Comments
 (0)