This commit is contained in:
Johannes Rieken 2021-07-19 12:40:21 +02:00
parent 32b84717df
commit a170a79b34
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -3096,8 +3096,7 @@ declare module 'vscode' {
range: Range; range: Range;
/** /**
* The range that should be selected and revealed when this symbol is being * The range that should be selected and revealed when this symbol is being
* picked, e.g. the name of a function. Must be contained by the * picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
* [`range`](#TypeHierarchyItem.range).
*/ */
selectionRange: Range; selectionRange: Range;