vscode-languageserver-protocol
Advanced tools
Comparing version 3.5.0-next.2 to 3.5.0-next.3
@@ -217,2 +217,6 @@ import { RequestType, RequestType0, NotificationType, NotificationType0 } from 'vscode-jsonrpc'; | ||
snippetSupport?: boolean; | ||
/** | ||
* Client supports commit characters on a completion item. | ||
*/ | ||
commitCharactersSupport?: boolean; | ||
}; | ||
@@ -219,0 +223,0 @@ }; |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.5.0-next.2", | ||
"version": "3.5.0-next.3", | ||
"author": "Microsoft Corporation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
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
449034
12056