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 11d840f commit d781a90Copy full SHA for d781a90
src/services/EventManager.ts
@@ -6,6 +6,7 @@ import { AnalyticsProvider, CodeObjectDurationChangeEvent } from './analyticsPro
6
import { Scheduler } from './Scheduler';
7
import { EnvironmentManager } from './EnvironmentManager';
8
import { SpanSearch } from '../views/codeAnalytics/InsightListView/Common/SpanSearch';
9
+import { Settings } from '../settings';
10
11
export class EventManager implements vscode.Disposable {
12
private lastFetch = new Date();
0 commit comments