Skip to content

Commit a113d32

Browse files
Kapil Borledaviwil
authored andcommitted
Add registration options for didClose notification
1 parent d5a8c26 commit a113d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PowerShellEditorServices.Protocol/LanguageServer/TextDocument.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public class DocumentFilter
149149
public class DidCloseTextDocumentNotification
150150
{
151151
public static readonly
152-
NotificationType<DidCloseTextDocumentParams, object> Type =
153-
NotificationType<DidCloseTextDocumentParams, object>.Create("textDocument/didClose");
152+
NotificationType<DidCloseTextDocumentParams, TextDocumentRegistrationOptions> Type =
153+
NotificationType<DidCloseTextDocumentParams, TextDocumentRegistrationOptions>.Create("textDocument/didClose");
154154
}
155155

156156
/// <summary>

0 commit comments

Comments
 (0)