update doc comment (#235835)

fixes https://github.com/microsoft/vscode/issues/209888
This commit is contained in:
Johannes Rieken
2024-12-11 17:58:52 +01:00
committed by GitHub
parent 09fe3fcbc1
commit 4e8fbaef74
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -556,9 +556,6 @@ export interface CompletionItem {
/**
* A range of text that should be replaced by this completion item.
*
* Defaults to a range from the start of the {@link TextDocument.getWordRangeAtPosition current word} to the
* current position.
*
* *Note:* The range must be a {@link Range.isSingleLine single line} and it must
* {@link Range.contains contain} the position at which completion has been {@link CompletionItemProvider.provideCompletionItems requested}.
*/
-3
View File
@@ -7103,9 +7103,6 @@ declare namespace monaco.languages {
/**
* A range of text that should be replaced by this completion item.
*
* Defaults to a range from the start of the {@link TextDocument.getWordRangeAtPosition current word} to the
* current position.
*
* *Note:* The range must be a {@link Range.isSingleLine single line} and it must
* {@link Range.contains contain} the position at which completion has been {@link CompletionItemProvider.provideCompletionItems requested}.
*/