You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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"
}
@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:
Originally posted by @yorickpeterse in #746 (comment)
The text was updated successfully, but these errors were encountered: