-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from zhengbli/ms_master
Update messages for upcoming release
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"0.1.1": "messages/0.1.1.txt" | ||
"0.1.1": "messages/0.1.1.txt", | ||
"0.1.5": "messages/0.1.5.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Welcome to the TypeScript plugin for Sublime Text! | ||
|
||
Details about this package and its feature can be found on its GitHub | ||
repository at https://github.com/Microsoft/TypeScript-Sublime-Plugin. | ||
|
||
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) |