Skip to content

Commit 7a1fbfe

Browse files
committed
Add 0.3.0 release message, adding headings to other messages
1 parent 0da08dc commit 7a1fbfe

File tree

5 files changed

+23
-1
lines changed

5 files changed

+23
-1
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"install": "messages/install.txt",
33
"0.2.0": "messages/0.2.0.txt",
44
"0.2.1": "messages/0.2.1.txt",
5-
"0.2.2": "messages/0.2.2.txt"
5+
"0.2.2": "messages/0.2.2.txt",
6+
"0.3.0": "messages/0.3.0.txt"
67
}

messages/0.2.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
=> 0.2.0
2+
13
Fixes many autocompletion issues and diagnostics display issues, disables phantoms by default.
24

35
See https://github.com/tomv564/LSP/releases/tag/0.2.0 for full update details.

messages/0.2.1.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
=> 0.2.1
2+
13
Now tested with Julia, Ocaml/Reason, and Go.
24
Many new settings to tweak, and per-project client configuration.
35
Autocomplete no longer hides built-in completions, and passes all completion requests to the language server.

messages/0.2.2.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
=> 0.2.2
2+
13
Fixes around completion (list now correctly updates with LSP response)
24
Support for ad-hoc editing without a project folder in the workspace
35
Fix for initialized message unblocking Rust Language Server

messages/0.3.0.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
=> 0.3.0
2+
3+
This release changes how language server configuration is read, please review your settings if language servers are not starting up as expected.
4+
5+
Client configurations are now inherited from default_clients settings and can be explicitly enabled or disabled globally or per project using the 'enabled' field.
6+
7+
When a supported file is opened, "Enable Language Server" commands are available in the command palette - these will write the 'enabled' setting and start/stop the server as needed.
8+
9+
An 'env' field was added for passing environment variables to the language server process
10+
11+
Many bug fixes, especially around troubleshooting configuration/startup failures.
12+
13+
See https://github.com/tomv564/LSP/releases/tag/0.3.0 for full update details.
14+
15+
Many thanks to those reporting issues and bugs, and a special thanks to the contributors of this release!

0 commit comments

Comments
 (0)