Skip to content

Commit 25a2f65

Browse files
committed
Add content for 0.7.0 release
1 parent 7b107f7 commit 25a2f65

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"0.4.1": "messages/0.4.1.txt",
99
"0.4.2": "messages/0.4.2.txt",
1010
"0.5.0": "messages/0.5.0.txt",
11-
"0.6.0": "messages/0.6.0.txt"
11+
"0.6.0": "messages/0.6.0.txt",
12+
"0.7.0": "messages/0.7.0.txt"
1213
}

messages/0.7.0.txt

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
=> 0.7.0
2+
3+
Features:
4+
* Support for multiple services per window and document (much help from @Kronuz)
5+
* LSP will start server & sync for every enabled config with matching syntax.
6+
* Other commands (eg. completion) will prefer the first / most relevant scope.
7+
* Support for multiple languageIds per server (@Kronuz)
8+
* Config syntaxes can be shorted to eg. "Julia" instead of the full syntax name.
9+
* Support newer documentChanges structure (without checking version) for applying edits
10+
* Greatly improved UI for Rename symbol (@predagnikolic)
11+
* Optionally use completion textEdit to (@nanoant)
12+
* Connect to tcp server without starting the server
13+
14+
Bug fixes:
15+
* Diagnostic messages were not displayed correctly (HTML escaping)
16+
* Completions more reliable by using same value for trigger and content.
17+
* Properly unload panels, regions and phantoms when package is unloaded / uninstalled.
18+
19+
Under the hood, more unit testing and in-sublime testing and increased typing coverage.
20+
21+
Plus more contributions, both code, bug reports and suggestions, all very much appreciated!
22+
23+
See https://github.com/tomv564/LSP/releases/tag/0.7.0 for full update details.

0 commit comments

Comments
 (0)