Skip to content

Commit d781a90

Browse files
author
Noam Kfir
committed
Fix missing import
1 parent 11d840f commit d781a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/EventManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { AnalyticsProvider, CodeObjectDurationChangeEvent } from './analyticsPro
66
import { Scheduler } from './Scheduler';
77
import { EnvironmentManager } from './EnvironmentManager';
88
import { SpanSearch } from '../views/codeAnalytics/InsightListView/Common/SpanSearch';
9+
import { Settings } from '../settings';
910

1011
export class EventManager implements vscode.Disposable {
1112
private lastFetch = new Date();

0 commit comments

Comments
 (0)