From 856dbe90b01e06f97ee16b4e3fbe8f63e93e4639 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Tue, 11 Mar 2025 12:58:20 -0400 Subject: [PATCH] Fix comment typo (#243145) I think this is supposed to say "without deviating from it"? --- src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts b/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts index 2bbd50bb777..d7c85101091 100644 --- a/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts +++ b/src/vscode-dts/vscode.proposed.inlineCompletionsAdditions.d.ts @@ -126,7 +126,7 @@ declare module 'vscode' { commands?: Command[]; /** - * When set and the user types a suggestion without derivating from it, the inline suggestion is not updated. + * When set and the user types a suggestion without deviating from it, the inline suggestion is not updated. * Defaults to false (might change). */ enableForwardStability?: boolean;