Skip to content

Commit 7ae40c7

Browse files
committed
Merge pull request #252 from zhengbli/ms_master
Update messages for upcoming release
2 parents c6ddef2 + 411ae79 commit 7ae40c7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.1.1": "messages/0.1.1.txt"
2+
"0.1.1": "messages/0.1.1.txt",
3+
"0.1.5": "messages/0.1.5.txt"
34
}

messages/0.1.5.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Welcome to the TypeScript plugin for Sublime Text!
2+
3+
Details about this package and its feature can be found on its GitHub
4+
repository at https://github.com/Microsoft/TypeScript-Sublime-Plugin.
5+
6+
v0.1.5 updates:
7+
- Fixed several issues with syntax highlighting
8+
- Fixed performance issues caused by quickinfo requests on large files
9+
- Fixed the bug where users were unable to type the '}' and ';' keys
10+
- Fixed wrong indentation between curly braces
11+
- Fixed issues with signature tooltip positioning
12+
- Fixed incorrect error spans in Sublime Text 2
13+
- Resolved confusion caused by certain snippet triggers in the completion list
14+
- Added build functionality for loose files and projects configured with tsconfig.json. TypeScript files can now be built via "Tools" -> "Build" in the menu
15+
- Updated the TypeScript language service to v1.5 (will ship with Visual Studio 2015 RTM)

0 commit comments

Comments
 (0)