File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 9
9
"0.4.2" : " messages/0.4.2.txt" ,
10
10
"0.5.0" : " messages/0.5.0.txt" ,
11
11
"0.6.0" : " messages/0.6.0.txt" ,
12
- "0.7.0" : " messages/0.7.0.txt"
12
+ "0.7.0" : " messages/0.7.0.txt" ,
13
+ "0.7.1" : " messages/0.7.1.txt"
13
14
}
Original file line number Diff line number Diff line change
1
+ => 0.7.1
2
+
3
+ WARNING: You will likely have to "enable" your langauge server.
4
+
5
+ This was a breaking change in 0.7.0 that was not identified / called out.
6
+ As the default configurations declare overlapping support for file types, default-disabled
7
+ was adopted.
8
+
9
+ Changes in this minor update:
10
+ * Prevent sublime lockups by moving server writes to dedicated thread (@Kronuz)
11
+ * Handle windows URIs where the ':' is unnecessarily encoded (file:///C%3A/file.txt)
12
+ * Add tcp_host setting for connecting to remote tcp server
13
+ * Fix major bug parsing client configs (@randy3k)
14
+
15
+ See https://github.com/tomv564/LSP/releases/tag/0.7.1 for full update details.
You can’t perform that action at this time.
0 commit comments