Changelog History
Page 1
-
v0.4.2 Changes
๐ Features
- The extension allows developers to specify which nightly toolchain to use. The Pull Request
-
v0.4.1 Changes
๐ Bug fixes
The extension uses
"rust.rls.env"
. The Pull RequestThe extension considers if the user specifies
"rust.rls.executable"
when determining arguments passed to RLS. The Pull RequestThe extension correctly processes
"never"
in"rust.rls.revealOutputChannelOn"
. The Pull RequestThe extension can install missing tools. The Pull Request
-
v0.4.0 Changes
๐ฅ Breaking changes
- ๐
"rust.forceLegacyMode"
has been removed andrust.mode
has been introduced as a replacement. The Pull Request
๐ Bug fixes
๐ The extension logs errors happened during racer initialization properly. The Pull Request
The extension can start racer even if the path to it contains spaces. The Pull Request
The extension can execute Cargo command in the terminal even if the arguments contain spaces. The Pull Request
The extension can create a playground even if
"rust.cargoCwd"
is specified. The Pull Requestโ The extension can create a playground on the latest version of vscode. The Pull Request
๐ Features
The extension uses the nightly toolchain to work with RLS. The Pull Request
The extension asks to install the nightly toolchain and installs it. The Pull Request
The extension shows installing components via rustup in the output channel. The Pull Request
The extension asks to choose the mode in which the function will function. The Pull Request
The extension can use rustfmt when functioning in the RLS mode. The Pull Request
The extension asks to choose the toolchain which will be used for installing components, running Cargo commands. The Pull Request
The completion is not shown when the cursor in the comment. The Pull Request
Misc
- โก๏ธ The extension does not ask to update rustup before installing rls. The Pull Request
- ๐
-
v0.3.14 Changes
April 29, 2017๐ Bug fixes
- ๐ Fix executing Cargo commands. The Pull Request
๐ Features
๐ Handle RUSTUP_HOME. The Pull Request
๐ New configuration parameter
"rust.forceLegacyMode"
. The Pull Request
-
v0.3.13 Changes
April 28, 2017๐ Bug fixes
- ๐ Fix incorrect determining RLS path if a user specified some path. The Pull Request
-
v0.3.12 Changes
April 28, 2017๐ Features
Tight integration with RLS installed via Rustup. The Pull Request
Ask a user's permission to install rust-analysis. The Pull Request
๐ Bug fixes
Executing a cargo command does not pollute Bash history. The Pull Request
Don't restart Racer if it is not installed. The Pull Request
Don't enable formatting capabilities if rustfmt is not installed. The Pull Request
๐ฅ Breaking changes
- โ Removed keybindings. The Pull Request
-
v0.3.11 Changes
๐ Features
๐ Support formatting range of lines instead of a whole file in Legacy Mode. The Pull Request
๐ Support
"actionOnSave"
:"doc"
,"docArgs"
,"customDocConfigurations"
. The Pull RequestClick on the status bar indicator to restart RLS. The Pull Request
Don't show the output channel if checking is an action on save. The Pull Request
๐ Bug fixes
Diagnostic messages are shown in an included file instead of the line
include!
. The Pull Request๐ Fixed start up issue. The Pull Request
๐ Fixed crash. The Pull Request
๐ Fixed suggestion to install Rust's source code. The Pull Request
๐ฅ Breaking changes
- โ Removed a fallback from
cargo check
torustc -Z no-trans
. The Pull Request
-
v0.3.10 Changes
February 27, 2017๐ Bug fixes
- ๐ Fixed checking via
Cargo: Check
on stable. The Pull Request
- ๐ Fixed checking via
-
v0.3.9 Changes
February 27, 2017๐ Features
โ Added a new configuration parameter named
cargoCwd
. The Pull Requestโ Added a new configuration parameter named
revealOutputChannelOn
to therls
configuration parameter object. The Pull Request
๐ Bug fixes
๐ Fixed installing missing tools for Powershell. The Pull Request
๐ Fixed "Rename Symbol" when RLS is used. The Pull Request
-
v0.3.8 Changes
February 20, 2017๐ Features
โ Added information about installing Rust Language Server to the documentation. The Pull Request
โ Added the
"actionOnStartingCommandIfThereIsRunningCommand"
configuration parameter. The Pull Requestโ Added information about linting to the documentation. The Pull Request
๐ Bug fixes
๐ Fixed an error because of which
"Cargo: Check"
command didn't work. The Pull Request๐ Fixed an error because of which in Legacy Mode only one diagnostic was shown in each file. The Pull Request
Made a diagnostic contain notes. The Pull Request
Made executing a cargo command in a terminal preserve the focus. The Pull Request
๐ Fixed constructing a diagnostic's path. The Pull Request