All Versions
26
Latest Version
Avg Release Cycle
13 days
Latest Release
-

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 Request

    • The extension considers if the user specifies "rust.rls.executable" when determining arguments passed to RLS. The Pull Request

    • The extension correctly processes "never" in "rust.rls.revealOutputChannelOn". The Pull Request

    • The extension can install missing tools. The Pull Request

  • v0.4.0 Changes

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿšš "rust.forceLegacyMode" has been removed and rust.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

    ๐Ÿ”‹ Features

  • 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

    ๐Ÿ› Bug fixes

    ๐Ÿ’ฅ Breaking changes

  • 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 Request

    • Click 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

    ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed a fallback from cargo check to rustc -Z no-trans. The Pull Request
  • v0.3.10 Changes

    February 27, 2017

    ๐Ÿ› Bug fixes

  • 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 the rls configuration parameter object. The Pull Request

    ๐Ÿ› Bug fixes

  • 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