2 references to DeactivateExtensionParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Extensions\DeactivateExtensionHandler.cs (2)
19
: AbstractExtensionHandler, ILspServiceNotificationHandler<
DeactivateExtensionParams
>
23
public async Task HandleNotificationAsync(
DeactivateExtensionParams
request, RequestContext context, CancellationToken cancellationToken)