Skip to content

Commit a787885

Browse files
committed
fix: register telemetry and statusBar disposables, remove unused error handler variables
1 parent 4e525d7 commit a787885

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/extension.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,8 @@ export function activate(context: vscode.ExtensionContext): void {
2828
const errorLogger = createErrorLogger(outputChannel)
2929
const errorNotifier = createErrorNotifier()
3030
const errorHandler = createErrorHandler({
31-
logger: errorLogger,
32-
notifier: errorNotifier,
33-
config: {
34-
showParseErrors: true,
35-
notificationsLevel: 'all',
36-
maxRetries: 3,
37-
retryDelay: 1000,
38-
},
31+
showParseErrors: true,
32+
notificationsLevel: 'all',
3933
})
4034

4135
// Register all commands

0 commit comments

Comments
 (0)