> For the complete documentation index, see [llms.txt](https://docs.eclipse.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eclipse.xyz/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-1-install-visual-studio-code-vsc.md).

# Step 1: Install Visual Studio Code (VSC)

Visual Studio Code is a powerful and lightweight code editor that supports a wide range of programming languages and tools. It will be our primary editor for writing and deploying smart contracts on the Eclipse blockchain.

1. **Download Visual Studio Code**: Visit the [Visual Studio Code download page](https://code.visualstudio.com/download) to download the installer for Windows.
2. **Install Visual Studio Code**: Run the downloaded installer and follow the on-screen instructions to install Visual Studio Code on your system.
3. **Verify Installation**: Once installed, launch Visual Studio Code to ensure it's correctly installed and operational.

<figure><img src="https://lh7-us.googleusercontent.com/cXNSqHEhkAliLwMtB8g9gVy_mzmJNtgZ0enIQWQr4gRrgF3IxYxa9H9ONAxpjQ4vb25dY4PruNgDwFJw32vPtZb07OLykxK3UFulpluNLIvHn9qQohd5ivJfKPcB1bfW0StnrSYVPwGuvIvlW7yN-go" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eclipse.xyz/developers/tutorials-and-guides/developer-guides/dapp-deployment-tutorial-eclipse-devnet/install-dependencies-windows/step-1-install-visual-studio-code-vsc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
