add vscode to IDE documentation

This commit is contained in:
woodser 2025-03-22 08:34:50 -04:00 committed by GitHub
parent 82728aef69
commit b3174518d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,16 @@
## Importing Haveno into development environment # Importing Haveno dev environment
This document describes how to import Haveno into an integrated development environment (IDE). This document describes how to import Haveno into an integrated development environment (IDE).
## Importing Haveno into Eclipse IDE First [install and run a Haveno test network](installing.md), then use the following instructions to import Haveno into an IDE.
These steps describe how to import Haveno into Eclipse IDE for development. You can also develop using [IntelliJ IDEA](#importing-haveno-into-intellij-idea) or VSCode if you prefer. ## Visual Studio Code (recommended)
1. Download and open Visual Studio Code: https://code.visualstudio.com/.
2. File > Add folder to Workspace...
3. Browse to the `haveno` git project.
## Eclipse IDE
> Note: Use default values unless specified otherwise. > Note: Use default values unless specified otherwise.
@ -26,7 +32,7 @@ These steps describe how to import Haveno into Eclipse IDE for development. You
You are now ready to make, run, and test changes to the Haveno project! You are now ready to make, run, and test changes to the Haveno project!
## Importing Haveno into IntelliJ IDEA ## IntelliJ IDEA
> Note: These instructions are outdated and for Haveno. > Note: These instructions are outdated and for Haveno.