From 1f383cad1aab47032efbe97a3c13a8cbdd6e92d7 Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Tue, 19 Jan 2021 16:46:13 +0100 Subject: [PATCH] recommend better TOML --- embedded-workshop-book/src/installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/embedded-workshop-book/src/installation.md b/embedded-workshop-book/src/installation.md index e8dae1c..0d53101 100644 --- a/embedded-workshop-book/src/installation.md +++ b/embedded-workshop-book/src/installation.md @@ -109,6 +109,10 @@ Go to [https://rustup.rs](https://rustup.rs/) and follow the instructions. **Windows**: It's OK to ignore the message about `git` not being installed, if you get one! +### Better TOML + +**All**: For better handling of `Cargo.toml` files, we recommend you install [Better TOML](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) if you're using VS Code. + ### Rust Cross compilation support **All**: Run this command in a terminal: