Skip to content

Commit 09f9c48

Browse files
Kapil Borledaviwil
authored andcommitted
Add registration options for hover request
1 parent d7c73c4 commit 09f9c48

File tree

1 file changed

+2
-2
lines changed
  • src/PowerShellEditorServices.Protocol/LanguageServer

1 file changed

+2
-2
lines changed

src/PowerShellEditorServices.Protocol/LanguageServer/Hover.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public class Hover
2929
public class HoverRequest
3030
{
3131
public static readonly
32-
RequestType<TextDocumentPositionParams, Hover, object, object> Type =
33-
RequestType<TextDocumentPositionParams, Hover, object, object>.Create("textDocument/hover");
32+
RequestType<TextDocumentPositionParams, Hover, object, TextDocumentRegistrationOptions> Type =
33+
RequestType<TextDocumentPositionParams, Hover, object, TextDocumentRegistrationOptions>.Create("textDocument/hover");
3434

3535
}
3636
}

0 commit comments

Comments
 (0)