Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit ab60c00

Browse files
committed
Bump version to 0.6
1 parent 67c7db2 commit ab60c00

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
### Unreleased
22

3+
### 0.6.0 - 2019-04-01
4+
5+
#### Features/Changes
6+
* Implement function signature help tooltip
7+
* Updat `print(ln)` macro snippets
8+
* Introduce `rust-client.nestedMultiRootConfigInOutermost`
9+
* Show Rust toolchain/RLS component installation progress with user-visible task pane
10+
11+
#### Fixes
12+
* Fix overriding Rustup-enabled RLS with custom `rust-client.rlsPath` setting
13+
* Fix duplicated diagnostics originating from the build tasks
14+
* Spawn RLS at the respective workspace folder
15+
* Fix `rust-client.logToFile` on Windows
16+
* Fix ``Unknown RLS configuration: `trace``
17+
* Let Racer generate and use its `RUST_SRC_PATH` env var
18+
* Remove support for deprecated `rustDocument/{beginBuild,diagnosticsEnd}` messages
19+
* Surface and handle more erorrs wrt. RLS spawn error
20+
* Stop warning against deprecated `RLS_{PATH,ROOT}` env vars
21+
* Stop warning against deprecated `rls.toml`
22+
* Don't change `$PATH` for the VSCode process when modifying it for the RLS
23+
* Fix URI path conversion in Problems Pane on Windows
24+
25+
#### Contributors
26+
This release was possible thanks to:
27+
* Bastian Köcher
28+
* Igor Matuszewski
29+
* John Feminella
30+
* Przemysław Pietrzkiewicz
31+
* Radu Matei
32+
* Ricardo
33+
* SoftwareApe
34+
* TheGoddessInari
35+
* angusgraham
36+
* enzovitaliy
37+
338
### 0.5.4 - 2019-03-09
439

540
* Fix bug due to Rustup changes in 1.17

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rust",
33
"displayName": "Rust (rls)",
44
"description": "Rust language support - code completion, Intellisense, refactoring, reformatting, errors, snippets. A client for the Rust Language Server, built by the RLS team.",
5-
"version": "0.5.4",
5+
"version": "0.6.0",
66
"publisher": "rust-lang",
77
"icon": "rust-icon.png",
88
"galleryBanner": {

0 commit comments

Comments
 (0)