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
{{ message }}
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 0.4.1
4
+
5
+
### Bug fixes
6
+
7
+
* The extension uses `"rust.rls.env"`. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/291)
8
+
9
+
* The extension considers if the user specifies `"rust.rls.executable"` when determining arguments passed to RLS. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/291)
10
+
11
+
* The extension correctly processes `"never"` in `"rust.rls.revealOutputChannelOn"`. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/292)
12
+
13
+
* The extension can install missing tools. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/293)
0 commit comments