Skip to content

Commit

Permalink
Cut 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Jun 18, 2021
1 parent 5c3af62 commit 47a2523
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"1.4.0": "messages/1.4.0.txt",
"1.5.0": "messages/1.5.0.txt",
"1.6.0": "messages/1.6.0.txt",
"1.6.1": "messages/1.6.1.txt",
"install": "messages/install.txt"
}
14 changes: 13 additions & 1 deletion messages/1.6.1.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
=> 1.6.1

# Features and Fixes

- Add back stippled option for document highlights (#1748) (Janos Wortmann)
- Add command to restart a specific server (#1733) (@husanjun)
- When helper package cannot start the server, continue handling listeners (#1716) (Raoul Wols)
You can restart specific servers now with "LSP: Restart Servers".
Note that this changed the name of the command; if you had it bound to a
key binding you should update the key binding.
- When a helper package cannot start the server, continue handling listeners (#1716) (Raoul Wols)
Fixes a subtle bug where if one language server didn't meet the startup
requirements, other queued servers wouldn't be handled any more.
- Special-case env.PATH extending to prepend to the original PATH (#1752) (Rafał Chłodnicki)
In preparation for fixing a subtle bug for helper packages that rely on Node.js
When you've chosen to use a locally-intalled node local to ST, then any
possible subprocess spawned by the language server should use *that* local
node executable as well.
The same problem is also present for pip-based helper packages like LSP-pylsp.
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 6, 0)
__version__ = (1, 6, 1)

0 comments on commit 47a2523

Please sign in to comment.