Skip to content

Commit 0415947

Browse files
committed
Add 0.7.1 release notes
1 parent 94820fa commit 0415947

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"0.4.2": "messages/0.4.2.txt",
1010
"0.5.0": "messages/0.5.0.txt",
1111
"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"
1314
}

messages/0.7.1.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

0 commit comments

Comments
 (0)