From 3e5afc9b8ac9d945aa3b554b3eb82c75831e9031 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Fri, 3 Jul 2026 23:07:35 +0800 Subject: [PATCH] remove "proposed" words from documentation in meta model --- .../lsp/3.18/metaModel/metaModel.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_specifications/lsp/3.18/metaModel/metaModel.json b/_specifications/lsp/3.18/metaModel/metaModel.json index bf9c03d59..c6fa8b253 100644 --- a/_specifications/lsp/3.18/metaModel/metaModel.json +++ b/_specifications/lsp/3.18/metaModel/metaModel.json @@ -5923,8 +5923,8 @@ } }, "optional": true, - "documentation": "Tags for this code action.\n\n@since 3.18.0 - proposed", - "since": "3.18.0 - proposed" + "documentation": "Tags for this code action.\n\n@since 3.18.0", + "since": "3.18.0" } ], "documentation": "A code action represents a change that can be performed in code, e.g. to fix a problem or\nto refactor code.\n\nA CodeAction must set either `edit` and/or a `command`. If both are supplied, the `edit` is applied first, then the `command` is executed." @@ -12862,8 +12862,8 @@ "name": "CodeActionTagOptions" }, "optional": true, - "documentation": "Client supports the tag property on a code action. Clients\nsupporting tags have to handle unknown tags gracefully.\n\n@since 3.18.0 - proposed", - "since": "3.18.0 - proposed" + "documentation": "Client supports the tag property on a code action. Clients\nsupporting tags have to handle unknown tags gracefully.\n\n@since 3.18.0", + "since": "3.18.0" } ], "documentation": "The Client Capabilities of a {@link CodeActionRequest}." @@ -13839,8 +13839,8 @@ "documentation": "The tags supported by the client." } ], - "documentation": "@since 3.18.0 - proposed", - "since": "3.18.0 - proposed" + "documentation": "@since 3.18.0", + "since": "3.18.0" }, { "name": "ClientCodeLensResolveOptions", @@ -15001,8 +15001,8 @@ "documentation": "Marks the code action as LLM-generated." } ], - "documentation": "Code action tags are extra annotations that tweak the behavior of a code action.\n\n@since 3.18.0 - proposed", - "since": "3.18.0 - proposed" + "documentation": "Code action tags are extra annotations that tweak the behavior of a code action.\n\n@since 3.18.0", + "since": "3.18.0" }, { "name": "TraceValue",