Open
Description
I am enabling flycheck syntax checking only on save with :
flycheck-check-syntax-automatically '(mode-enabled save)
And disabling lsp ui live reporting:
(setq lsp-ui-flycheck-live-reporting nil)
however, if I follow the steps:
edit a line and cause an error -> save buffer -> lsp-ui shows error message -> fix error -> save buffer -> lsp-ui still shows same error message
If I check flycheck list of errors the error is not listed there anymore which tells me it is a lsp-ui issue.