Skip to content

Commit

Permalink
Merge pull request #741 from n0toose/readme-vscode-fix
Browse files Browse the repository at this point in the history
docs(readme): fix and improve VS Code mention
  • Loading branch information
jounathaen authored Aug 23, 2024
2 parents 6e850f7 + e00fef0 commit 4d37153
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 4d37153

Please sign in to comment.