typescript-language-server
Advanced tools
Comparing version 0.9.1 to 0.9.2
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## [0.9.1] - 2022-01-14 | ||
- **fix**: use correct name for the addMissingImports code action (#371) | ||
## [0.9.1] - 2022-01-07 | ||
@@ -5,0 +9,0 @@ |
@@ -72,3 +72,3 @@ "use strict"; | ||
CodeActionKind.Source = new CodeActionKind(lsp.CodeActionKind.Source); | ||
CodeActionKind.SourceAddMissingImportsTs = CodeActionKind.Source.append('SourceAddMissingImportsTs').append('ts'); | ||
CodeActionKind.SourceAddMissingImportsTs = CodeActionKind.Source.append('addMissingImports').append('ts'); | ||
CodeActionKind.SourceRemoveUnusedTs = CodeActionKind.Source.append('removeUnused').append('ts'); | ||
@@ -75,0 +75,0 @@ CodeActionKind.SourceOrganizeImports = new CodeActionKind(lsp.CodeActionKind.SourceOrganizeImports); |
{ | ||
"name": "typescript-language-server", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Language Server Protocol (LSP) implementation for TypeScript using tsserver", | ||
@@ -5,0 +5,0 @@ "author": "TypeFox and others", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
554251