vscode-rust v0.3.0 Release Notes

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