Skip to content

Commit 3cba466

Browse files
Kapil Borledaviwil
authored andcommitted
Add registration options for reference request
1 parent 71c6030 commit 3cba466

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/PowerShellEditorServices.Protocol/LanguageServer/References.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace Microsoft.PowerShell.EditorServices.Protocol.LanguageServer
1010
public class ReferencesRequest
1111
{
1212
public static readonly
13-
RequestType<ReferencesParams, Location[], object, object> Type =
14-
RequestType<ReferencesParams, Location[], object, object>.Create("textDocument/references");
13+
RequestType<ReferencesParams, Location[], object, TextDocumentRegistrationOptions> Type =
14+
RequestType<ReferencesParams, Location[], object, TextDocumentRegistrationOptions>.Create("textDocument/references");
1515
}
1616

1717
public class ReferencesParams : TextDocumentPosition

0 commit comments

Comments
 (0)