In Neovim when I open a python file in neovim with ruff server configured (in same as in other repo where don't see any error messages) I get this message:
LSP[ruff] Error while resolving settings from workspace /<my_repo>. Please refer to the logs for more details.
However the :LspLog in Neovim is empty. Is there some other log file where I can find more details?
env
- neovim 0.10.2
- ruff 0.7.0
- lsp_config is empty/default:
local lsp = require('lspconfig')
lsp.ruff.setup {}
similar issues:
I found a similar issue where the solution seemed to be to activate notifications in VScode, but this is for another editor that doesn't have the ruff server configuration.