diagnosticMode in lsp #9609
Replies: 2 comments 3 replies
-
Converting to a discussion topic since this isn't a bug report or a feature request. |
Beta Was this translation helpful? Give feedback.
-
Yes, when you set I use the "workspace" mode frequently within VS Code, so I know that it works. I don't have any experience with nvim, and I don't know how or where it reports diagnostics for files that are not currently opened. In VS Code, you'll see these in the "Problems" tab. If you are not seeing diagnostics reported, you may need to find someone who knows about nvim and how to configure it. |
Beta Was this translation helpful? Give feedback.
-
Hi. Help me, please, with configuration of LSP pyright.
When I working, pyright lsp helping with auto-import, autocomplete and etc with known files (which I opened recently in current nvim session). I read in issues, that param diagnosticMode in "workspace" value can scan all project on start and can help me without manual opening all files, which need me for suggestions of finding imports.
But, when I set this param (on screenshot), nothing changed. What's wrong?
In my project I have only pyproject.toml file (not pyrightconfig.json etc.)
Pyright version - 1.1.389
Beta Was this translation helpful? Give feedback.
All reactions