Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Releases: atom/ide-typescript

v0.8.0

29 Nov 20:34
b29cab6
Compare
Choose a tag to compare

The underlying language server has been changed to the Theia IDE typescript-language-server. This resolves a number of important issues around module resolution, performance, version of TypeScript, tsconfig feature support etc.

Thanks to the Theia IDE team for their language server and @mattlyons0 for helping figure out how to use it and push the necessary required changes upstream!

  • Changed language server to Theia IDE
  • Code Format now supported
  • No longer prints "Server failed to shutdown" on package deactivation
  • Many issues are likely resolved

v0.7.9

15 Oct 14:24
da46cc7
Compare
Choose a tag to compare
  • Prevent initialization failure caused by spread operator on some versions of Atom

v0.7.8

15 Oct 14:24
5dd0372
Compare
Choose a tag to compare
  • Prevent error when opening a file without first opening a directory/folder (project)

Note: It is recommended that you always open the root of your project as a folder in order for the language server to correctly identify your projects tsconfig etc.

v0.7.7

08 Oct 20:16
dce4f0c
Compare
Choose a tag to compare
  • Update atom-languageclient to 0.9.7 to fix prompts, log messages, improve AutoComplete etc.
  • Setting to ignore flow projects
  • Setting to configure autocomplete suggestion priority

v0.7.6

18 Mar 14:56
2ca665d
Compare
Choose a tag to compare
  • Compatibility with Atom's experimental tree-sitter parsing
  • Log messages from the language server are now shown in the Atom IDE UI Console window
  • Removed redundant fuzzaldrin-plus dependency

v0.7.5

28 Feb 00:12
dff86d1
Compare
Choose a tag to compare
  • Update atom-languageclient to 0.9.1 to address missing trigger characters on some completions

v0.7.4

27 Feb 23:11
6fca831
Compare
Choose a tag to compare
  • Update atom-languageclient for much improved autocomplete

v0.7.3

27 Feb 23:11
Compare
Choose a tag to compare
  • Update language server to make use of TypeScript 2.7.2
  • Update atom-languageclient for better language server stability

v0.7.2

14 Dec 00:42
1e75857
Compare
Choose a tag to compare
  • Update atom-language-client
    • Resolved autocomplete suggestions retain while filtering
    • Return type processing works again

v0.7.1

14 Dec 00:41
fbf3853
Compare
Choose a tag to compare
  • Update language server
  • Update atom-language-client
    • Now resolves autocomplete suggestions
  • Force server shutdown after 2 seconds during quit
  • Add configuration switch to turn off diagnostics