@vtsls/language-service
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
141
0
4
1564888
38250