diff --git a/src/vs/vscode.proposed.d.ts b/src/vs/vscode.proposed.d.ts index 6c4782f7e34..08086623adb 100644 --- a/src/vs/vscode.proposed.d.ts +++ b/src/vs/vscode.proposed.d.ts @@ -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;