Skip to content

LSP ruff messages about logs, but the LspLog in nvim is empty, is there somewhere else to look? #14959

@kaddkaka

Description

@kaddkaka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionAsking for support or clarificationserverRelated to the LSP server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions