Skip to content

Commit 997b38f

Browse files
committed
Change lsp-diagnostic-clean-after-change default to nil
Fixes #2262
1 parent 92078ca commit 997b38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ returns a negative number, 0, or a positive number indicating
782782
whether the first parameter is less than, equal to, or greater
783783
than the second parameter.")
784784

785-
(defcustom lsp-diagnostic-clean-after-change t
785+
(defcustom lsp-diagnostic-clean-after-change nil
786786
"When non-nil, clean the diagnostics on change.
787787

788788
Note that when that setting is nil, `lsp-mode' will show stale

0 commit comments

Comments
 (0)