Skip to content

Commit

Permalink
docs(readme): fix and improve VS Code mention
Browse files Browse the repository at this point in the history
- "Visual Code" is a typo
- instructions are not Visual Studio Code specific
- Add URLs to the projects' respective pages (purely cosmetic)
  • Loading branch information
n0toose committed Aug 17, 2024
1 parent 5c9a2fd commit e00fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e00fef0

Please sign in to comment.