From 4cd4ff81137f7655ffaaeaf2fa6f64d879e024ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Jos=C3=A9=20Solano?= Date: Wed, 6 Aug 2025 23:16:48 -0700 Subject: [PATCH] Add capability information to `textDocument/colorPresentation` (#2173) --- _specifications/lsp/3.18/metaModel/metaModel.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_specifications/lsp/3.18/metaModel/metaModel.json b/_specifications/lsp/3.18/metaModel/metaModel.json index f27bea4..6e1b573 100644 --- a/_specifications/lsp/3.18/metaModel/metaModel.json +++ b/_specifications/lsp/3.18/metaModel/metaModel.json @@ -196,6 +196,8 @@ } }, "messageDirection": "clientToServer", + "clientCapability": "textDocument.colorProvider", + "serverCapability": "colorProvider", "params": { "kind": "reference", "name": "ColorPresentationParams"