Skip to content

diagnostics are not including the version anymore #837

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

Closed
sumneko opened this issue Dec 1, 2021 · 2 comments
Closed

diagnostics are not including the version anymore #837

sumneko opened this issue Dec 1, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@sumneko
Copy link
Collaborator

sumneko commented Dec 1, 2021

@sumneko It seems that with the 2.5.1 release this is no longer working, as diagnostics are not including the version anymore. For example:

{
  diagnostics = { {
      code = "lowercase-global",
      message = "Global variable in lowercase initial, Did you miss `local` or misspell it?",
      range = {
        end = {
          character = 32,
          line = 222
        },
        start = {
          character = 9,
          line = 222
        }
      },
      severity = 3,
      source = "Lua Diagnostics."
    } },
  uri = "file:///home/yorickpeterse/Projects/general/dotfiles/dotfiles/.config/nvim/lua/dotfiles/completion.lua"
}

Originally posted by @yorickpeterse in #746 (comment)

@sumneko sumneko added the bug Something isn't working label Dec 1, 2021
@sumneko sumneko closed this as completed in 75352f3 Dec 1, 2021
@yorickpeterse
Copy link

@sumneko Thanks, it works again! 🎉

@sumneko
Copy link
Collaborator Author

sumneko commented Dec 1, 2021

@sumneko Thanks, it works again! 🎉

It was destroyed by a merging before

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants