From 888ddb7e0de8d76a2e9a5218775f564039b0978e Mon Sep 17 00:00:00 2001 From: "Christopher J. McClellan" Date: Thu, 5 Mar 2020 07:02:29 -0500 Subject: [PATCH] Update vscode docs to reflect fixes from PR #83 9977613eac33c0db052219b93fbf4b54c9b8ab0e 6c2621961159a52769fe0709eecf531385bc38ba https://github.com/rust-embedded/cortex-m-quickstart/pull/83 --- .vscode/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/README.md b/.vscode/README.md index a6c08b2..3b25b25 100644 --- a/.vscode/README.md +++ b/.vscode/README.md @@ -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. 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. - 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`.