From cdf0f5b539bb4bd198405e4cbd0e7f07ef26c283 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Sat, 1 Feb 2020 22:29:36 +0100 Subject: [PATCH] .vscode and README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 20b7103..aeff6ae 100644 --- a/README.md +++ b/README.md @@ -649,8 +649,6 @@ This ensures 1) the program will not yet again overflow the ITM buffer, 2) the f ## Visual Studio Code -TODO: Update - `vscode` is highly configurable, (keyboard shortcuts, keymaps, plugins etc.) Besides `rust-analyzer`, there is also Rust support through the [rls-vscode](https://github.com/rust-lang/rls-vscode) plugin. Both should work nicely. It is possible to run `arm-none-eabi-gdb` from within the `vscode` using the [cortex-debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug) plugin. -- GitLab