minus-squareNippurdelagash@alien.topBtoEmacs@communick.news•Frustrating python lsp experiencelinkfedilinkEnglisharrow-up1·1 year agoI had a similar issue with lsp-mode where it started to lag everything in python mode. Turns out that if you have setup a proxy server with something like: (setq socks-noproxy '("127.0.0.1")) (setq socks-server '("Default server" "127.0.0.1" 8010 5)) lsp ends up routing the client-server calls through your proxy. linkfedilink
I had a similar issue with lsp-mode where it started to lag everything in python mode. Turns out that if you have setup a proxy server with something like:
(setq socks-noproxy '("127.0.0.1")) (setq socks-server '("Default server" "127.0.0.1" 8010 5))
lsp ends up routing the client-server calls through your proxy.