mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 23:56:09 +01:00
update doc comment (#235835)
fixes https://github.com/microsoft/vscode/issues/209888
This commit is contained in:
@@ -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}.
|
||||
*/
|
||||
|
||||
Vendored
-3
@@ -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}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user