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
{{ message }}
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
5.13.19-2-MANJARO #1 SMP PREEMPT Sun Sep 19 21:31:53 UTC 2021 x86_64 GNU/Linux
I've recently downloaded the latest plugin version of both nvim-lsp-installer and nvim-lspconfig
Yes
Affected language servers
pyright
Actual behavior
Accessing the static method objects from django models yields the linting error "Cannot access member "object" for type "Type[Book]" Member "objects" is undefined" Problem was a regression and has recently been fixed.
Hello @bryangeplant! This plugin will install the latest version of every LSP. Recently there was also a feature added that will check for outdated servers when you open the UI window (:LspInstallInfo). I'd recommend just updating all the servers (you can easily do this by pressing U in the :LspInstallInfo window).
Problem description
Was fiddling with django and found a bug with the pyright lsp. I found this issue that was posted recently. Mind upgrading the pyright version?
Neovim version (>= 0.6)
NVIM v0.7.0-dev+665-g4e352ecc4
Build type: RelWithDebInfo
LuaJIT 2.0.5
Operating system/version
5.13.19-2-MANJARO #1 SMP PREEMPT Sun Sep 19 21:31:53 UTC 2021 x86_64 GNU/Linux
I've recently downloaded the latest plugin version of both nvim-lsp-installer and nvim-lspconfig
Affected language servers
pyright
Actual behavior
Accessing the static method
objects
from django models yields the linting error "Cannot access member "object" for type "Type[Book]" Member "objects" is undefined" Problem was a regression and has recently been fixed.Expected behavior
Not happening
Healthcheck output
Screenshots
The text was updated successfully, but these errors were encountered: