Revert "Proposed expandable hover API" (#61132)

This commit is contained in:
Gabriela Araujo Britto
2025-02-07 12:44:02 -08:00
committed by GitHub
parent c3ae7c418f
commit 34ea32f8ce
30 changed files with 57 additions and 8169 deletions
-10
View File
@@ -2005,11 +2005,6 @@ export interface QuickInfoRequest extends FileLocationRequest {
arguments: FileLocationRequestArgs;
}
export interface QuickInfoRequestArgs extends FileLocationRequestArgs {
/** TODO */
verbosityLevel?: number;
}
/**
* Body of QuickInfoResponse.
*/
@@ -2049,11 +2044,6 @@ export interface QuickInfoResponseBody {
* JSDoc tags associated with symbol.
*/
tags: JSDocTagInfo[];
/**
* TODO
*/
canIncreaseVerbosityLevel?: boolean;
}
/**