From 9a997e0f332ab5870a4eede01be093d4027ad515 Mon Sep 17 00:00:00 2001 From: Liam Barry Allan Date: Sat, 11 Feb 2023 12:36:01 -0500 Subject: [PATCH] Provide file info on hover for all variables Signed-off-by: Liam Barry Allan --- server/src/providers/hover.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/server/src/providers/hover.ts b/server/src/providers/hover.ts index 0c9269f7..e62341ee 100644 --- a/server/src/providers/hover.ts +++ b/server/src/providers/hover.ts @@ -51,7 +51,7 @@ export default async function hoverProvider(params: HoverParams): Promise