vscode-languageserver-protocol
Advanced tools
Comparing version 3.17.6-next.5 to 3.17.6-next.6
@@ -1,2 +0,2 @@ | ||
import { HandlerResult, RequestHandler } from 'vscode-jsonrpc'; | ||
import { CancellationToken, HandlerResult, RequestHandler } from 'vscode-jsonrpc'; | ||
import { Range, URI } from 'vscode-languageserver-types'; | ||
@@ -71,3 +71,3 @@ import { MessageDirection, ProtocolRequestType } from './messages'; | ||
type HandlerSignature = RequestHandler<ShowDocumentParams, ShowDocumentResult, void>; | ||
type MiddlewareSignature = (params: ShowDocumentParams, next: HandlerSignature) => HandlerResult<ShowDocumentResult, void>; | ||
type MiddlewareSignature = (params: ShowDocumentParams, token: CancellationToken, next: HandlerSignature) => HandlerResult<ShowDocumentResult, void>; | ||
} |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.17.6-next.5", | ||
"version": "3.17.6-next.6", | ||
"author": "Microsoft Corporation", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"vscode-jsonrpc": "9.0.0-next.3", | ||
"vscode-jsonrpc": "9.0.0-next.4", | ||
"vscode-languageserver-types": "3.17.6-next.4" | ||
@@ -24,0 +24,0 @@ }, |
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
372346
+ Addedvscode-jsonrpc@9.0.0-next.4(transitive)
- Removedvscode-jsonrpc@9.0.0-next.3(transitive)
Updatedvscode-jsonrpc@9.0.0-next.4