Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pretty instances for LSP types #513

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Add Pretty instances for LSP types #513

merged 1 commit into from
Aug 24, 2023

Conversation

michaelpj
Copy link
Collaborator

The instances just prettyprint their JSON representations, which is often what we want and is better than using Show!

Ultimately this means we should get much better layout when prettyprinting logs and errors that reference LSP entities when we fix downstream uses to avoid viaShow.

The instances just prettyprint their JSON representations, which is
often what we want and is better than using `Show`!
@michaelpj michaelpj merged commit 70fceec into master Aug 24, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant