You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,43 @@
1
1
# Changelog
2
2
3
+
## 0.4.0
4
+
5
+
### Breaking changes
6
+
7
+
*`"rust.forceLegacyMode"` has been removed and `rust.mode` has been introduced as a replacement. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/251)
8
+
9
+
### Bug fixes
10
+
11
+
* The extension logs errors happened during racer initialization properly. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/258)
12
+
13
+
* The extension can start racer even if the path to it contains spaces. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/233)
14
+
15
+
* The extension can execute Cargo command in the terminal even if the arguments contain spaces. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/234)
16
+
17
+
* The extension can create a playground even if `"rust.cargoCwd"` is specified. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/275)
18
+
19
+
* The extension can create a playground on the latest version of vscode. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/275)
20
+
21
+
### Features
22
+
23
+
* The extension uses the nightly toolchain to work with RLS. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/246)
24
+
25
+
* The extension asks to install the nightly toolchain and installs it. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/249)
26
+
27
+
* The extension shows installing components via rustup in the output channel. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/250)
28
+
29
+
* The extension asks to choose the mode in which the function will function. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/251)
30
+
31
+
* The extension can use rustfmt when functioning in the RLS mode. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/257)
32
+
33
+
* The extension asks to choose the toolchain which will be used for installing components, running Cargo commands. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/267)
34
+
35
+
* The completion is not shown when the cursor in the comment. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/278)
36
+
37
+
### Misc
38
+
39
+
* The extension does not ask to update rustup before installing rls. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/244)
0 commit comments