Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-languageclient

Package Overview
Dependencies
Maintainers
9
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-languageclient - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

3

lib/protocol2Code.js

@@ -65,3 +65,4 @@ /* --------------------------------------------------------------------------------------------

set(item.insertText, function () { return result.insertText = item.insertText; });
set(item.kind, function () { return result.kind = item.kind; });
// Protocol item kind is 1 based, codes item kind is zero based.
set(item.kind, function () { return result.kind = item.kind - 1; });
set(item.sortText, function () { return result.sortText = item.sortText; });

@@ -68,0 +69,0 @@ set(item.textEdit, function () { return result.textEdit = asTextEdit(item.textEdit); });

{
"name": "vscode-languageclient",
"description": "VSCode Language client implementation",
"version": "0.10.1",
"version": "0.10.2",
"author": "Microsoft Corporation",

@@ -6,0 +6,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc