diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 88bfb6a90e1228fe73aec8ef82a084dd5df6f2d7..e53b48e2b7eae6e103a3afe1ba00c0645f918f3d 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -3154,7 +3154,7 @@ declare module 'vscode' { * It is sufficient to create a completion item from just a [label](#CompletionItem.label). In that * case the completion item will replace the [word](#TextDocument.getWordRangeAtPosition) * until the cursor with the given label or [insertText](#CompletionItem.insertText). Otherwise the - * the given [edit](#CompletionItem.textEdit) is used. + * given [edit](#CompletionItem.textEdit) is used. * * When selecting a completion item in the editor its defined or synthesized text edit will be applied * to *all* cursors/selections whereas [additionalTextEdits](CompletionItem.additionalTextEdits) will be