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

make lsp-bridge-diagnostic-hide-severities to works for list #1065

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

fuyu0425
Copy link
Contributor

@fuyu0425 fuyu0425 commented Oct 7, 2024

Pass to python side and filter on python side.
This enables something like this to dynamically suppress some diagnostic.

(defun leo/lsp-bridge-diagnostic-list-all ()
  (interactive)
  (let ((lsp-bridge-diagnostic-hide-severities '()))
    (lsp-bridge-diagnostic-list)))

Pass to python side and filter on python side.
This enables something like this to dynamically suppress some diagnostic.

```
(defun leo/lsp-bridge-diagnostic-list-all ()
  (interactive)
  (let ((lsp-bridge-diagnostic-hide-severities '()))
    (lsp-bridge-diagnostic-list)))
```
@manateelazycat manateelazycat merged commit c794e2f into manateelazycat:master Oct 8, 2024
1 check passed
@manateelazycat
Copy link
Owner

Thanks for patch.

@fuyu0425 fuyu0425 deleted the hide-severity branch October 25, 2024 02:49
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.

2 participants