From e00fef01766beab2c9f7e107306f35e9f6fccf91 Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Sat, 17 Aug 2024 22:12:18 +0200 Subject: [PATCH] docs(readme): fix and improve VS Code mention - "Visual Code" is a typo - instructions are not Visual Studio Code specific - Add URLs to the projects' respective pages (purely cosmetic) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7afa261..7edb9c6c 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ In principle, every gdb-capable IDE should be able to debug Hermit applications. #### Visual Studio Code / VSCodium -The repository [hermit-rs](https://github.com/hermitcore/hermit-rs) provides [example configuration files](https://github.com/hermitcore/hermit-rs/tree/master/.vscode) to debug a Hermit application with Visual Code. +The repository [hermit-rs](https://github.com/hermitcore/hermit-rs) provides [example configuration files](https://github.com/hermitcore/hermit-rs/tree/master/.vscode) to debug a Hermit application with [Visual Studio Code](https://code.visualstudio.com/), [VSCodium](https://vscodium.com/) or derivatives of [Eclipse Theia](https://theia-ide.org/). ![Debugging Hermit apps](img/vs_code.png)