Open rgbkrk opened 3 months ago
Just running into this. Using strace
reveals that the extension sends null settings to pylsp
65772 write(2545, "Content-Length: 98\r\n\r\n{\"jsonrpc\":\"2.0\",\"method\":\"workspace/didChangeConfiguration\",\"params\":{\"settings\":{\"pylsp\":null}}}", 120) = 120
On the pylsp side, it updates settings to none.
65925 write(2, "2024-11-07 08:59:38,120 CST - INFO - pylsp.config.config - Updated settings to None\n", 84) = 84
pylsp
will fail to start if config isn't set.I didn't notice this until I commented out my config: