From 52595702b4c0fdfda7b0e4d62996cc6f5c5950fe Mon Sep 17 00:00:00 2001 From: Krzysztof Date: Thu, 24 Feb 2022 18:01:52 +0800 Subject: [PATCH] docs: fix link to VS Code debugging --- docs/en/get-started/vscode-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get-started/vscode-setup.rst b/docs/en/get-started/vscode-setup.rst index 939eaa7d5e..ff87edeeff 100644 --- a/docs/en/get-started/vscode-setup.rst +++ b/docs/en/get-started/vscode-setup.rst @@ -20,13 +20,13 @@ Supported Features * **Build**, with one-click build and multi-target build, you can easily build and deploy your applications. * **Flash**, with both UART and JTAG flash out-of-the-box. * **Monitoring**, comes with a built-in terminal, you can trigger IDF Monitor Commands from within VS Code as you are used to in traditional terminals. -* **Debugging**, with out-of-the-box hardware `debugging `_ * **GUI Menu Config**, provides a simplified UI for configuring your chip. * **App & Heap Tracing**, provides support for collecting traces from your application, and a simplified UI for analyzing them. * **System View Tracing Viewer**, aims to read and display the *.svdat* files into the trace UI (we also support multiple core tracing views). * **IDF Size Analysis Overview** presents a UI for binary size analysis. * **Rainmaker Cloud**, inbuilt Rainmaker Cloud support where you can edit/read the state of your connected IoT devices easily. For more information see the `ESP Rainmaker `_ page. -* **Code Coverage**, inbuilt code coverage support with color highlights showing which lines have been covered. The HTML report redners directly inside the IDE. +* **Code Coverage**, inbuilt code coverage support with color highlights showing which lines have been covered. The HTML report renders directly inside the IDE. Bugs & Feature Requests =======================