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 aacd1c3 commit 46705b0Copy full SHA for 46705b0
src/Protocol/Workspace/Server/IDidChangeWatchedFilesHandler.cs
@@ -18,6 +18,7 @@ public abstract class DidChangeWatchedFilesHandler : IDidChangeWatchedFilesHandl
18
public object GetRegistrationOptions() => new object();
19
public abstract Task<Unit> Handle(DidChangeWatchedFilesParams request, CancellationToken cancellationToken);
20
public virtual void SetCapability(DidChangeWatchedFilesCapability capability) => Capability = capability;
21
+ protected DidChangeWatchedFilesCapability Capability { get; private set; }
22
}
23
24
public static class DidChangeWatchedFilesHandlerExtensions
0 commit comments