From 566c7cff576001d40579b7b73f3393a2394d67f5 Mon Sep 17 00:00:00 2001
From: woodser <13068859+woodser@users.noreply.github.com>
Date: Sat, 22 Mar 2025 08:33:22 -0400
Subject: [PATCH] add vscode to IDE documentation

---
 docs/import-haveno.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/docs/import-haveno.md b/docs/import-haveno.md
index b05e8925a8..23f0a7e8c3 100644
--- a/docs/import-haveno.md
+++ b/docs/import-haveno.md
@@ -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).
 
-## 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.
 
@@ -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!
 
-## Importing Haveno into IntelliJ IDEA
+## IntelliJ IDEA
 
 > Note: These instructions are outdated and for Haveno.