Update vscode docs to reflect fixes from PR #83

9977613eac
6c26219611

https://github.com/rust-embedded/cortex-m-quickstart/pull/83
This commit is contained in:
Christopher J. McClellan
2020-03-05 07:02:29 -05:00
parent 23a74e9add
commit 888ddb7e0d

3
.vscode/README.md vendored
View File

@@ -25,9 +25,6 @@ Otherwise, you can use the Extensions view to search for and install them, or go
The quickstart comes with two debug configurations. The quickstart comes with two debug configurations.
Both are configured to build the project, using the default settings from `.cargo/config`, prior to starting a debug session. Both are configured to build the project, using the default settings from `.cargo/config`, prior to starting a debug session.
_Note: When you open the project in the editor, you must open an `*.rs` file to trigger the Rust Language Server.
Failure to do so will cause a failure to find the `build` task._
1. QEMU: Starts a debug session using an emulation of the `LM3S6965EVB` mcu. 1. QEMU: Starts a debug session using an emulation of the `LM3S6965EVB` mcu.
- This works on a fresh `cargo generate` without modification of any of the settings described above. - This works on a fresh `cargo generate` without modification of any of the settings described above.
- Semihosting output will be written to the Output view `Adapter Output`. - Semihosting output will be written to the Output view `Adapter Output`.