Skip to content

Latest commit

 

History

History
123 lines (64 loc) · 3.77 KB

CHANGELOG.md

File metadata and controls

123 lines (64 loc) · 3.77 KB

Changelog

0.3.5

Bug fixes

  • Fixed another activation failure

0.3.4

Bug fixes

  • Fixed an activation failure

0.3.3

Bug fixes

  • Fixed the extension activation failure when any of 'racerPath', 'rustfmtPath', 'rustsymPath' was null

0.3.2

Bug fixes

  • Made ~ be expanded for racerPath, rustfmtPath, rustsymPath

  • Fixed an unhandled exception if rustc wasn't installed

0.3.1

Features

  • Added an output channel "Rust logging". Messages in the channel ease debugging

0.3.0

Features

  • Changed current working directory resolution strategy. Issue: #36

  • Added ability to create a playground. Issue: #32

Bug fixes

  • Fixed exception when a cargo command is executed if there is no opened document. Issue: #29

Breaking changes

  • Removed all specific commands (Cargo Build: Release, Cargo Run: Release). Added ability to defined a custom configurations

    For motivation look at the issue #22

  • Made process killing use SIGTERM instead of SIGINT. Issue: #23

0.2.3

Bug fixes

  • cargo clippy outputs messages in JSON.

Features

  • Lines starting with "# " in code block in documentation isn't shown in hover. This is same how cargo doc renders code block.

  • A cargo command output is flushed line by line. Before it was flushed at the end

0.2.2

Fixes

Fixed lack of errors in the "Problems" panel and in a terminal for a cargo {check, run, test} invocation

0.2.1

This version is invalid

0.2.0

Breaking changes

Fixes and not breaking changes

0.1.3

"add code here" in the snippets are commented

Documentation line limit in hover is removed

Leading spaces are removed from snippet labels

The error message for cancellation project creation is not shown

Missing tools installation aware of cargo bin path

0.1.2

Missing tools installation is performed with terminal instead of output channel

0.1.1

Added using of source code installed by rustup for racer

0.1.0

Forked it from https://github.com/saviorisdead/RustyCode