Skip to content

Commit

Permalink
Deactivate diagnostics hook for now
Browse files Browse the repository at this point in the history
The early validation hook should publish those
  • Loading branch information
dbanck authored and jpogran committed Aug 10, 2023
1 parent 1a00ec3 commit 36dee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/langserver/handlers/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ func (svc *service) configureSessionDependencies(ctx context.Context, cfgOpts *s
svc.stateStore.SetLogger(svc.logger)

moduleHooks := []notifier.Hook{
updateDiagnostics(svc.diagsNotifier),
// updateDiagnostics(svc.diagsNotifier),
sendModuleTelemetry(svc.stateStore, svc.telemetry),
}

Expand Down

0 comments on commit 36dee47

Please sign in to comment.