Results 884 comments of Ivan Yonchovski

My guess is that `:` is a trigger character that causes prefix miscalculation.

can you switch to `pylsp`? `pyls` is deprecated.

AFACS the name of the property is `lsp-pyls-plugins-flake8-enabled`

lsp-pylsp-plugins-flake8-enabled is different from lsp-pyls-plugins-flake8-enabled. Set lsp-print-io to t and then use M-x lsp-workspace-show-log

That is true, we pass all errors as context since the beginning of the project. We should fix that

This is failing due to with `"Invalid regular expression"`

> step4 And now the cpu turn high(almost 100%) What is the process taking 100% CPU? > The CPU report: lsp_cpu_high_report.log This link is dead.

`(setq lsp-lens-enable nil)` will make the issue go away. We have to figure out why lenses are so slow in c-mode.

cc @ericdallo

> When I open the first *.c file, it works. Then I open another *.h file, lsp will connect to ccls process, and "lsp-lens-mode" will be enable automatically. > >...