File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3716,6 +3716,7 @@ disappearing, unset all the variables related to it."
3716
3716
:json-false))))))
3717
3717
,@(when lsp-lens-enable '((codeLens . ((refreshSupport . t)))))
3718
3718
,@(when lsp-inlay-hint-enable '((inlayHint . ((refreshSupport . :json-false)))))
3719
+ (diagnostics . ((refreshSupport . :json-false)))
3719
3720
(fileOperations . ((didCreate . :json-false)
3720
3721
(willCreate . :json-false)
3721
3722
(didRename . t)
@@ -6954,6 +6955,8 @@ server. WORKSPACE is the active workspace."
6954
6955
(fboundp 'lsp--lens-on-refresh))
6955
6956
(lsp--lens-on-refresh workspace))
6956
6957
nil)
6958
+ ((equal method "workspace/diagnostic/refresh")
6959
+ nil)
6957
6960
(t (lsp-warn "Unknown request method: %s" method) nil))))
6958
6961
;; Send response to the server.
6959
6962
(unless (eq response 'delay-response)
You can’t perform that action at this time.
0 commit comments