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;
/**
* 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
* [`range`](#TypeHierarchyItem.range).
* picked, e.g. the name of a class. Must be contained by the {@link TypeHierarchyItem.range range}-property.
*/
selectionRange: Range;