vscode-languageserver-protocol
Advanced tools
Comparing version 3.7.1 to 3.7.2
@@ -28,3 +28,3 @@ import { RequestType } from 'vscode-jsonrpc'; | ||
*/ | ||
colorProvider?: ColorProviderOptions | (ColorProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions); | ||
colorProvider?: boolean | ColorProviderOptions | (ColorProviderOptions & TextDocumentRegistrationOptions & StaticRegistrationOptions); | ||
} | ||
@@ -31,0 +31,0 @@ /** |
@@ -243,2 +243,6 @@ import { RequestType, RequestType0, NotificationType, NotificationType0 } from 'vscode-jsonrpc'; | ||
documentationFormat?: MarkupKind[]; | ||
/** | ||
* Client supports the deprecated property on a completion item. | ||
*/ | ||
deprecatedSupport?: boolean; | ||
}; | ||
@@ -245,0 +249,0 @@ completionItemKind?: { |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"author": "Microsoft Corporation", | ||
@@ -17,11 +17,12 @@ "license": "MIT", | ||
"dependencies": { | ||
"vscode-jsonrpc": "^3.6.0", | ||
"vscode-languageserver-types": "^3.7.0" | ||
"vscode-jsonrpc": "^3.6.2", | ||
"vscode-languageserver-types": "^3.7.2" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "npm run compile", | ||
"prepublishOnly": "npm run compile && npm test", | ||
"postpublish": "node ../build/npm/post-publish.js", | ||
"compile": "node ../build/bin/tsc -p ./tsconfig.json", | ||
"watch": "node ../build/bin/tsc -w -p ./tsconfig.json" | ||
"watch": "node ../build/bin/tsc -w -p ./tsconfig.json", | ||
"test": "node ../node_modules/mocha/bin/_mocha" | ||
} | ||
} |
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
107667
20
2653
Updatedvscode-jsonrpc@^3.6.2