eglot with pyright reports errors on random non-existing variables in buffer #1248
x0xntor33alx0x
started this conversation in
General
Replies: 1 comment 5 replies
-
So this means that your step "1. start emacs" is actually "1. start emacs and load all my configuration", right? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when running
eglot
on a python in a python project, sometimes the server complains about random non-existing variables not being defined, here is a showcase of the problem:steps to reproduce:
eglot
I cannot reproduce the issue using emacs -Q.
transcript: https://gist.github.com/x0xntor33alx0x/e5f6ec874c3a36448f6fa74445a7e8ff
software versions
emacs: GNU Emacs 29.0.92 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2023-06-25 also tested on 28.0.50
eglot: 1.12.29 (builtin)
pyright: 1.1.315. also tested with version 1.1.166
OS: ubuntu 20.04
PS: I've been using pyright with
lsp-mode
but never had this problemBeta Was this translation helpful? Give feedback.
All reactions