- Fix Cargo task auto-detection
- Implement function signature help tooltip
- Updat
print(ln)
macro snippets - Introduce
rust-client.nestedMultiRootConfigInOutermost
- Show Rust toolchain/RLS component installation progress with user-visible task pane
- Fix overriding Rustup-enabled RLS with custom
rust-client.rlsPath
setting - Fix duplicated diagnostics originating from the build tasks
- Spawn RLS at the respective workspace folder
- Fix
rust-client.logToFile
on Windows - Fix
Unknown RLS configuration: `trace
- Let Racer generate and use its
RUST_SRC_PATH
env var - Remove support for deprecated
rustDocument/{beginBuild,diagnosticsEnd}
messages - Surface and handle more erorrs wrt. RLS spawn error
- Stop warning against deprecated
RLS_{PATH,ROOT}
env vars - Stop warning against deprecated
rls.toml
- Don't change
$PATH
for the VSCode process when modifying it for the RLS - Fix URI path conversion in Problems Pane on Windows
This release was possible thanks to:
- Bastian Köcher
- Igor Matuszewski
- John Feminella
- Przemysław Pietrzkiewicz
- Radu Matei
- Ricardo
- SoftwareApe
- TheGoddessInari
- angusgraham
- enzovitaliy
- Fix bug due to Rustup changes in 1.17
- Remove
goto_def_racer_fallback
(replaced withracer_completion
) - Add WSL support
- Revert Cargo.toml changes
- Prefer workspace Cargo.toml to local ones
- Try harder to find Cargo.toml
- Account for the
rls-preview
torls
component name change (and remove therust-client.rls-name
option)
- Added
build_command
setting - Work better without Rustup
- Fix some bugs with VSCode workspaces
- Can use an external Rustfmt using
rust.rustfmt_path
option - snippets for test, derive, and cfg
- fix a bug where the Rust sysroot was set to an invalid value
- Fix a bug in the
rust.clippy_preference
setting.
- Fix some Windows bugs
- add the
rust.clippy_preference
setting. - Fix some Rustup/installation bugs
- Fix missing tasks in recent versions of VSCode
- Support VSCode workspaces
- Code lens for running unit tests
- Undo the change to target directory default (unnecessary with Rust 1.26.1)
- Update the VSCode client library dependency
- Fix the target directory
- Set the target directory default to work around a but in the stable RLS
extern crate
snippet- remove non-workspace mode
- Added
rust-client.rlsPath
setting for easier RLS development and debugging (and deprecated therls.path
setting) - Bug fixes for race conditions.
- Increased the default
rust.wait_to_build
time. - Updated LS client
- Added
cargo bench
task - Added
rust.target_dir
andrust.all_targets
settings
- Added
rust.racer_completion
to allow disabling racer to work around a performance issue. - Spinner UI improvements.
- Added a
cargo check
task. - The local active toolchain channel is now the default
rust-client.channel
. - Added
rust.jobs
to allow limiting the number of parallel Cargo jobs. - Added support for workspaces.
- Improved startup experience when using workspaces.
- Deglob is now a code action instead of a command.
- Warns and no longer crashes RLS if a single file is opened instead of a folder.
- Warns if Cargo.toml is not in the root of a workspace.
- Added
rust-client.rustupPath
to override rustup location. - Added properties to control enabling of Cargo features.
- Fixed an issue where nightly was used instead of the configured channel.
- Bug fix in RLS detection.
- Change the default for
rust-client.rls-name
torls-preview
to handle the renaming of the RLS. - Remove
rust-client.showStdErr
property.
- Warns if Config.toml is missing (likely due to opening a Rust file outside a project, which previously crashed)
- Automatically continue line comments
- Automatically set LD_LIBRARY_PATH (only useful when not using Rustup)
- Configure the toolchain and component name for the RLS
- Command to restart the RLS
- Better workflow around creating build tasks
- A better logo - more colour!
- Highlights errors from build tasks
- Find all impls
- Adds cargo clean task
- Auto-detect
--lib
or--bin
- Adds an opt-out option for creating tasks.json
- Add a command to update the RLS and an option to do so on startup
- Deprecate
RLS_PATH
andRLS_ROOT
env vars - Changes to the RLS:
- Easier to use deglob refactoring
- Debugging and troubleshooting instructions
- Fix bug installing the rls
- Unicode (fixed width) spinner
- Logging and debugging options in configuration
- Deglob command is in the Rust category
- Don't check tests by default (still configurable)
- Set
RUST_SRC_PATH
for Racer - Travis CI for the repo
- Performance and robustness improvements in the RLS, support for required options
here, including
- blacklist large and non-very useful crates (configurable)
- configure compiler data
- don't error on missing options
- stabilise renaming
- don't crash on non-file URLs
- Racer and Rustfmt updates
- only use Racer for code completion (never for 'goto def', still configurable)
- improve startup build/index time
- handle stale compiler data better
- add an option to only build/index on save (not on change)
- rebuild if Cargo.toml changes
- First release