From ddeb68142b9aeecf6b4d2d456fd4b4df27ad14e7 Mon Sep 17 00:00:00 2001 From: Maria Solano Date: Thu, 11 Apr 2024 13:23:54 -0700 Subject: [PATCH] Add clarification --- _specifications/lsp/3.18/language/codeAction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_specifications/lsp/3.18/language/codeAction.md b/_specifications/lsp/3.18/language/codeAction.md index 845a7dc8e..6d4a803d9 100644 --- a/_specifications/lsp/3.18/language/codeAction.md +++ b/_specifications/lsp/3.18/language/codeAction.md @@ -364,6 +364,8 @@ export interface CodeActionContext { * * Note that the client should check the `textDocument.diagnostic.markupMessageSupport` * server capability before sending diagnostics with markup messages to a server. + * Diagnostics with markup messages should be excluded for servers that don't support + * them. */ diagnostics: Diagnostic[];