We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a8c26 commit a113d32Copy full SHA for a113d32
src/PowerShellEditorServices.Protocol/LanguageServer/TextDocument.cs
@@ -149,8 +149,8 @@ public class DocumentFilter
149
public class DidCloseTextDocumentNotification
150
{
151
public static readonly
152
- NotificationType<DidCloseTextDocumentParams, object> Type =
153
- NotificationType<DidCloseTextDocumentParams, object>.Create("textDocument/didClose");
+ NotificationType<DidCloseTextDocumentParams, TextDocumentRegistrationOptions> Type =
+ NotificationType<DidCloseTextDocumentParams, TextDocumentRegistrationOptions>.Create("textDocument/didClose");
154
}
155
156
/// <summary>
0 commit comments