diff --git a/README.md b/README.md
index 20b7103a23cd82e1e58966a4046a9aa8720e263a..aeff6ae8d997ab0f37e3f104a9d657a34d43dc88 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.