Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

28 lines (16 loc) · 872 Bytes

Change Log

All notable changes to the "rustup" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

1.0.4

  • Deactivation disposes of the rustup debug log / status item.
  • rustup.updateInterval setting to control how often rustup is checked for updates, in hours.
  • rustup.path setting to configure rustup path.

1.0.3

  • Uses a Progress Notification during checkUpdates command and when responding to the button.
  • All children stdout/stderr forwarded into a "rustup" Output Window.

1.0.2

  • Retrieves workspace folder containing active text editor file uri for override instead of setting it for /.

1.0.1

  • Actually starts checking for updates.

1.0.0

  • Initial release. Checks for updates once an hour. Allows overriding the workspace toolchain.