Releases: microsoft/TypeScript-Sublime-Plugin
0.1.5 plugin release
v0.1.5 updates:
- Fixed several issues with syntax highlighting
- Fixed performance issues caused by quickinfo requests on large files
- Fixed the bug where users were unable to type the }
and ;
keys
- Fixed wrong indentation between curly braces
- Fixed issues with signature tooltip positioning
- Fixed incorrect error spans in Sublime Text 2
- Resolved confusion caused by certain snippet triggers in the completion list
- Added build functionality for loose files and projects configured with tsconfig.json. TypeScript files can now be built via "Tools" -> "Build"
in the menu
- Updated the TypeScript language service to v1.5 (will ship with Visual Studio 2015 RTM)
0.1.4 plugin release
Fixes a number of bugs and adds tooltip support for Sublime Text 3 users.
0.1.3 release to fix package control issue
If 0.1.1 was installed via package control, this installed as a .sublime-package, which caused issues due to Node being unable to locate the tsserver.js script.
0.1.2 fixes this by requesting not to be packaged, however Package Control does not remove the installed 0.1.1 .sublime-package when installing 0.1.2, and Sublime tries to load both, causing failures.
This minor release adds a simple check on launch that will detect and delete the typescript.sublime-package if present.
Avoid issues with packaging
0.1.2 Fix issues due to sublime packaging
0.1.1 release
Minor updates to 0.1.0.
Initial alpha release
Initial alpha release of the Sublime Text plugin for TypeScript.