From 5a530aa6d69efcc6df6f282f619805b9b5a9769f Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 21 Jan 2021 13:03:48 +0100 Subject: [PATCH] remove extension metadata from text --- embedded-workshop-book/src/gdb.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/embedded-workshop-book/src/gdb.md b/embedded-workshop-book/src/gdb.md index 8eb70e9..e63b0b1 100644 --- a/embedded-workshop-book/src/gdb.md +++ b/embedded-workshop-book/src/gdb.md @@ -18,9 +18,7 @@ the GDB server. 1. You'll need to install OpenOCD. Installation instructions vary depending on your OS. -2. Install the [cortex-debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug) extension in VS code. Head to the extensions marketplace and search for - "cortex-debug". Latest version at the time of writing is 0.3.7 and the author of the extension is - "marus25" +2. Install the [cortex-debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug) extension in VS code. ## Preparation