Skip to content

Commit

Permalink
Add 0.3.0 release message, adding headings to other messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Oct 8, 2017
1 parent 0da08dc commit 7a1fbfe
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"install": "messages/install.txt",
"0.2.0": "messages/0.2.0.txt",
"0.2.1": "messages/0.2.1.txt",
"0.2.2": "messages/0.2.2.txt"
"0.2.2": "messages/0.2.2.txt",
"0.3.0": "messages/0.3.0.txt"
}
2 changes: 2 additions & 0 deletions messages/0.2.0.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
=> 0.2.0

Fixes many autocompletion issues and diagnostics display issues, disables phantoms by default.

See https://github.com/tomv564/LSP/releases/tag/0.2.0 for full update details.
Expand Down
2 changes: 2 additions & 0 deletions messages/0.2.1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
=> 0.2.1

Now tested with Julia, Ocaml/Reason, and Go.
Many new settings to tweak, and per-project client configuration.
Autocomplete no longer hides built-in completions, and passes all completion requests to the language server.
Expand Down
2 changes: 2 additions & 0 deletions messages/0.2.2.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
=> 0.2.2

Fixes around completion (list now correctly updates with LSP response)
Support for ad-hoc editing without a project folder in the workspace
Fix for initialized message unblocking Rust Language Server
Expand Down
15 changes: 15 additions & 0 deletions messages/0.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
=> 0.3.0

This release changes how language server configuration is read, please review your settings if language servers are not starting up as expected.

Client configurations are now inherited from default_clients settings and can be explicitly enabled or disabled globally or per project using the 'enabled' field.

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.

An 'env' field was added for passing environment variables to the language server process

Many bug fixes, especially around troubleshooting configuration/startup failures.

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

Many thanks to those reporting issues and bugs, and a special thanks to the contributors of this release!

0 comments on commit 7a1fbfe

Please sign in to comment.