We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f85b01 commit c1ea12aCopy full SHA for c1ea12a
src/util.ts
@@ -11,8 +11,7 @@ import rollbar from '@cmt/rollbar';
11
import { Environment, EnvironmentUtils } from './environmentVariables';
12
import { TargetPopulation } from 'vscode-tas-client';
13
import { expandString, ExpansionOptions } from './expand';
14
-import { ExtensionManager, getStatusBar } from './extension';
15
-import { treeDataProvider } from './projectStatus';
+import { ExtensionManager } from './extension';
16
17
nls.config({ messageFormat: nls.MessageFormat.bundle, bundleFormat: nls.BundleFormat.standalone })();
18
const localize: nls.LocalizeFunc = nls.loadMessageBundle();
0 commit comments