From f2d1ba79aad0fb158a103ef72a5d713c67f8d5cb Mon Sep 17 00:00:00 2001 From: Cristopher Claeys Date: Tue, 14 Mar 2023 19:29:46 +0100 Subject: [PATCH] Adding missing tsdoc --- protocol/metaModel.json | 4 +++- types/src/main.ts | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/protocol/metaModel.json b/protocol/metaModel.json index c6ead70e6..f081ee9a7 100644 --- a/protocol/metaModel.json +++ b/protocol/metaModel.json @@ -4120,7 +4120,9 @@ "documentation": "The inline completion items" } ], - "documentation": "Represents a collection of {@link InlineCompletionItem inline completion items} to be presented in the editor." + "documentation": "Represents a collection of {@link InlineCompletionItem inline completion items} to be presented in the editor.\n\n@since 3.18.0\n@proposed", + "since": "3.18.0", + "proposed": true }, { "name": "InlineCompletionItem", diff --git a/types/src/main.ts b/types/src/main.ts index 361d87486..eb3ebe455 100644 --- a/types/src/main.ts +++ b/types/src/main.ts @@ -4152,6 +4152,9 @@ export namespace InlineCompletionItem { /** * Represents a collection of {@link InlineCompletionItem inline completion items} to be presented in the editor. + * + * @since 3.18.0 + * @proposed */ export interface InlineCompletionList { /**