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

fix(lsp): Remove client-facing format failure warning #23196

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

nathanwhit
Copy link
Member

Fixes #23163.

The client-facing warning doesn't provide any value and is super annoying. We still emit a warning message on the server side for format errors, which should fulfill the same (less intrusive) purpose.

Copy link
Collaborator

@nayeemrmn nayeemrmn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nathanwhit nathanwhit merged commit 92a8ada into denoland:main Apr 3, 2024
17 checks passed
@nathanwhit nathanwhit deleted the lsp-popup-pls-stop branch April 3, 2024 02:10
satyarohith pushed a commit that referenced this pull request Apr 11, 2024
Fixes #23163.

The client-facing warning doesn't provide any value and is super
annoying. We still emit a warning message on the server side for format
errors, which should fulfill the same (less intrusive) purpose.
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.

LSP creates annoying pop up on syntax error
2 participants