vscode-languageserver-protocol
Advanced tools
Comparing version 3.10.3 to 3.10.4
@@ -0,0 +0,0 @@ import { ErrorCodes, ResponseError, CancellationToken, CancellationTokenSource, Disposable, Event, Emitter, Trace, SetTraceNotification, LogTraceNotification, Message, NotificationMessage, RequestMessage, MessageType as RPCMessageType, RequestType, RequestType0, RequestHandler, RequestHandler0, GenericRequestHandler, StarRequestHandler, NotificationType, NotificationType0, NotificationHandler, NotificationHandler0, GenericNotificationHandler, StarNotificationHandler, MessageReader, MessageWriter, Logger, ConnectionStrategy, StreamMessageReader, StreamMessageWriter, IPCMessageReader, IPCMessageWriter, createClientPipeTransport, createServerPipeTransport, generateRandomPipeName, DataCallback, createClientSocketTransport, createServerSocketTransport, Tracer } from 'vscode-jsonrpc'; |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ import { RequestType } from 'vscode-jsonrpc'; |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ import { RequestType, RequestHandler, HandlerResult, CancellationToken } from 'vscode-jsonrpc'; |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -547,2 +547,14 @@ import { RequestType, RequestType0, NotificationType, NotificationType0 } from 'vscode-jsonrpc'; | ||
/** | ||
* Code Action options. | ||
*/ | ||
export interface CodeActionOptions { | ||
/** | ||
* CodeActionKinds that this server may return. | ||
* | ||
* The list of kinds may be generic, such as `CodeActionKind.Refactor`, or the server | ||
* may list out every specific kind they provide. | ||
*/ | ||
providedCodeActionKinds?: CodeActionKind[]; | ||
} | ||
/** | ||
* Code Lens options. | ||
@@ -664,3 +676,3 @@ */ | ||
*/ | ||
codeActionProvider?: boolean; | ||
codeActionProvider?: boolean | CodeActionOptions; | ||
/** | ||
@@ -667,0 +679,0 @@ * The server provides code lens. |
@@ -0,0 +0,0 @@ import { RequestType } from 'vscode-jsonrpc'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { RequestType, RequestHandler } from 'vscode-jsonrpc'; |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ import { RequestType, RequestHandler } from 'vscode-jsonrpc'; |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ import { RequestType0, RequestHandler0, NotificationType, NotificationHandler, HandlerResult, CancellationToken } from 'vscode-jsonrpc'; |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ export declare function boolean(value: any): value is boolean; |
@@ -0,0 +0,0 @@ /* -------------------------------------------------------------------------------------------- |
@@ -0,0 +0,0 @@ Copyright (c) Microsoft Corporation |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.10.3", | ||
"version": "3.10.4", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -0,0 +0,0 @@ # VSCode Language Server - Protocol Module |
@@ -0,0 +0,0 @@ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
113438
2779
0