Skip to content

Releases: probe-rs/vscode

v0.17.2 is the first stable release to be published to VS Extension Marketplace

21 Feb 22:01
30986f1
Compare
Choose a tag to compare
Merge pull request #52 from probe-rs/readme_change

README files for GitHub and extension marketplace

V0.4.2 : Alpha updated on 2023-01-14

14 Jan 21:32
4a1a259
Compare
Choose a tag to compare
Pre-release

This release contains changes to support the probe-rs-debugger v0.14.0 release.

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force probe-rs-debugger

V0.4.1 : Alpha updated on 2022-12-30

16 Dec 17:34
3f7ae81
Compare
Choose a tag to compare
Pre-release

This release contains changes to support the change in probe-rs-debugger associated with logging data from the debugger.

This release requires changes to the launch.json files in user projects

  • The consoleLog property only supports one of three values [Console, Info, Debug]
  • The extension will now honour env properties, for example:
    "env": {
        "RUST_LOG": "warn",
        "DEFMT_LOG": "debug"
    }
    

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs --branch master probe-rs-debugger

V0.4.0 : Alpha updated in 2022-04-18

07 Apr 18:19
27af865
Compare
Choose a tag to compare
Pre-release

This release contains changes to support the change in probe-rs-debugger associated with adding CMSIS-SVD Peripheral data to the the debugger.

This release requires changes to the launch.json files in user projects

NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

V0.3.6 : Alpha updated on 2022-03-05

05 Mar 12:27
Compare
Choose a tag to compare
Pre-release

This release contains minor changes to support the change in probe-rs-debugger associated with removing CLI functionality from the debugger.

NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

V0.3.5 : Alpha update on 2022-03-02

03 Mar 00:39
Compare
Choose a tag to compare
Pre-release

This release contains improvements in RTT logging, as well as updates to dependencies.

NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

V0.3.4 : Alpha update on 2022-02-03

03 Feb 20:48
f646608
Compare
Choose a tag to compare
Pre-release

This release contains general bug fixes, as well as improvements to the logging.

NOTE: This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

V0.3.3 : Alpha update on 2021-11-17

17 Nov 20:01
31b1843
Compare
Choose a tag to compare
Pre-release

This release fixes issue #15.

NOTE This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

V0.3.2 : Alpha update on 2021-11-15

15 Nov 16:18
a7d7194
Compare
Choose a tag to compare
Pre-release

This release fixes issue #14.

NOTE This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.

V0.3.1 : Alpha update on 2021-11-12

12 Nov 21:18
a35df1b
Compare
Choose a tag to compare
Pre-release

Converted launch.json properties to use camelCase. e.g. Will now use flashingEnabled rather than flashing_enabled.

NOTE This release requires the latest probe-rs-debugger to be installed with cargo install --force --git https://github.com/probe-rs/probe-rs probe-rs-debugger

Please refer to the latest version of the guide for setup and usage information.

Consider this an Alpha release, that demonstrates working functionality of many features, while not being complete. The primary debug functionality is implemented in the pre-requisite probe-rs debug server.