We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e525d7 commit a787885Copy full SHA for a787885
src/extension.ts
@@ -28,14 +28,8 @@ export function activate(context: vscode.ExtensionContext): void {
28
const errorLogger = createErrorLogger(outputChannel)
29
const errorNotifier = createErrorNotifier()
30
const errorHandler = createErrorHandler({
31
- logger: errorLogger,
32
- notifier: errorNotifier,
33
- config: {
34
- showParseErrors: true,
35
- notificationsLevel: 'all',
36
- maxRetries: 3,
37
- retryDelay: 1000,
38
- },
+ showParseErrors: true,
+ notificationsLevel: 'all',
39
})
40
41
// Register all commands
0 commit comments