From 8175067b9c35b985bccefac12686b4b44d4a69b3 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Date: Wed, 4 Mar 2026 02:18:45 +0800 Subject: [PATCH] docs: fix duplicated wording in proposed API comment (#298522) docs: fix duplicated wording in proposed API comment\n\nSigned-off-by: Rohan Santhosh --- .../vscode.proposed.languageModelToolSupportsModel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vscode-dts/vscode.proposed.languageModelToolSupportsModel.d.ts b/src/vscode-dts/vscode.proposed.languageModelToolSupportsModel.d.ts index ab481a3d9d8..7d3b546e9c2 100644 --- a/src/vscode-dts/vscode.proposed.languageModelToolSupportsModel.d.ts +++ b/src/vscode-dts/vscode.proposed.languageModelToolSupportsModel.d.ts @@ -42,7 +42,7 @@ declare module 'vscode' { * Registers a language model tool along with its definition. Unlike {@link lm.registerTool}, * this does not require the tool to be present first in the extension's `package.json` contributions. * - * Multiple tools may be registered with the the same name using the API. In any given context, + * Multiple tools may be registered with the same name using the API. In any given context, * the most specific tool (based on the {@link LanguageModelToolDefinition.models}) will be used. * * @param definition The definition of the tool to register.