How to stop diagnostics from pyright #657
-
Hi I am new to null-ls I am using flake8 for diagnostics with null-ls. While its working properly I am getting two sets of same kind of diagnostics one from flake8 configured through null-ls and the other one through pyright which I am using as my lsp server. How to stop the diagnostics from pyright only and use the one from flake8 through null-ls |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This doesn't really have to do with null-ls, but it's possible to do this by configuring the server. I think this issue should provide more information. |
Beta Was this translation helpful? Give feedback.
-
Thank you. It didn't work. I understand this might more of pyright config issue. |
Beta Was this translation helpful? Give feedback.
This doesn't really have to do with null-ls, but it's possible to do this by configuring the server. I think this issue should provide more information.