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

@vtsls/language-service

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtsls/language-service - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

README.md

1

dist/languageService.d.ts

@@ -58,3 +58,2 @@ import * as lsp from "vscode-languageserver-protocol";

codeLensResolve: (item: lsp.CodeLens, token: lsp.CancellationToken) => Promise<lsp.CodeLens>;
semanticTokensFull: (params: lsp.SemanticTokensParams, token: lsp.CancellationToken) => Promise<lsp.SemanticTokens>;
semanticTokensRange: (params: lsp.SemanticTokensRangeParams, token: lsp.CancellationToken) => Promise<lsp.SemanticTokens>;

@@ -61,0 +60,0 @@ onShowDocument(handler: (params: lsp.ShowDocumentParams) => Promise<boolean>): lsp.Disposable;

{
"name": "@vtsls/language-service",
"description": "LSP wrapper for typescript extension of vscode",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",

@@ -39,4 +39,5 @@ "engines": {

"type-check": "tsc",
"patch-extension": "node scripts/patch.js"
"patch-extension": "node scripts/patch.js",
"gen-schema": "node scripts/genConfigSchema.js"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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